Home
last modified time | relevance | path

Searched refs:hcipatch (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c1693 unsigned char hcipatch[256] = { 0x20, 0xfc, 00 }; in hci_download_patch() local
1714 hcipatch[2] = len + 1; in hci_download_patch()
1715 memcpy(hcipatch + 3, &cp, len + 1); in hci_download_patch()
1717 …struct sk_buff *nskb = h5_prepare_pkt(&rtk_hw_cfg, hcipatch, len + 4, HCI_COMMAND_PKT); //data:len… in hci_download_patch()