Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach_rtk.c1135 uint8_t hci_patch[PATCH_DATA_FIELD_MAX_SIZE + 4]; in h5_download_patch() local
1146 hci_patch[0] = 0x20; in h5_download_patch()
1147 hci_patch[1] = 0xfc; in h5_download_patch()
1148 hci_patch[2] = len + 1; in h5_download_patch()
1149 hci_patch[3] = (uint8_t)index; in h5_download_patch()
1151 memcpy(&hci_patch[4], data, len); in h5_download_patch()
1154 nskb = h5_prepare_pkt(&rtb_cfg, hci_patch, len + 4, HCI_COMMAND_PKT); in h5_download_patch()