Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c557 UINT16_TO_STREAM(p, opcode); in rtk_vendor_cmd_to_fw()
645 UINT16_TO_STREAM(p, hci_conn->handle); in rtk_notify_profileinfo_to_fw()
1333 UINT16_TO_STREAM(p, HCI_OP_HCI_EXTENSION_VERSION_NOTIFY); in rtk_notify_extension_version_to_wifi()
1335 UINT16_TO_STREAM(p, HCI_EXTENSION_VERSION); in rtk_notify_extension_version_to_wifi()
1350 UINT16_TO_STREAM(p, HCI_OP_HCI_BT_PATCH_VER_NOTIFY); in rtk_notify_btpatch_version_to_wifi()
1352 UINT16_TO_STREAM(p, btrtl_coex.hci_reversion); in rtk_notify_btpatch_version_to_wifi()
1353 UINT16_TO_STREAM(p, btrtl_coex.lmp_subversion); in rtk_notify_btpatch_version_to_wifi()
1372 UINT16_TO_STREAM(p, HCI_OP_HCI_BT_AFH_MAP_NOTIFY); in rtk_notify_afhmap_to_wifi()
1398 UINT16_TO_STREAM(p, HCI_OP_HCI_BT_COEX_NOTIFY); in rtk_notify_btcoex_to_wifi()
1424 UINT16_TO_STREAM(p, HCI_OP_BT_OPERATION_NOTIFY); in rtk_notify_btoperation_to_wifi()
[all …]
H A Drtk_coex.h130 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c557 UINT16_TO_STREAM(p, opcode); in rtk_vendor_cmd_to_fw()
645 UINT16_TO_STREAM(p, hci_conn->handle); in rtk_notify_profileinfo_to_fw()
1333 UINT16_TO_STREAM(p, HCI_OP_HCI_EXTENSION_VERSION_NOTIFY); in rtk_notify_extension_version_to_wifi()
1335 UINT16_TO_STREAM(p, HCI_EXTENSION_VERSION); in rtk_notify_extension_version_to_wifi()
1350 UINT16_TO_STREAM(p, HCI_OP_HCI_BT_PATCH_VER_NOTIFY); in rtk_notify_btpatch_version_to_wifi()
1352 UINT16_TO_STREAM(p, btrtl_coex.hci_reversion); in rtk_notify_btpatch_version_to_wifi()
1353 UINT16_TO_STREAM(p, btrtl_coex.lmp_subversion); in rtk_notify_btpatch_version_to_wifi()
1372 UINT16_TO_STREAM(p, HCI_OP_HCI_BT_AFH_MAP_NOTIFY); in rtk_notify_afhmap_to_wifi()
1398 UINT16_TO_STREAM(p, HCI_OP_HCI_BT_COEX_NOTIFY); in rtk_notify_btcoex_to_wifi()
1424 UINT16_TO_STREAM(p, HCI_OP_BT_OPERATION_NOTIFY); in rtk_notify_btoperation_to_wifi()
[all …]
H A Drtk_coex.h130 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro