Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c537 int len = HCI_CMD_PREAMBLE_SIZE + parameter_len; in rtk_vendor_cmd_to_fw()
556 p = (uint8_t *) skb_put(skb, HCI_CMD_PREAMBLE_SIZE); in rtk_vendor_cmd_to_fw()
1327 char p_buf[2 + HCI_CMD_PREAMBLE_SIZE]; in rtk_notify_extension_version_to_wifi()
1337 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_extension_version_to_wifi()
1344 char p_buf[para_length + HCI_CMD_PREAMBLE_SIZE]; in rtk_notify_btpatch_version_to_wifi()
1358 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_btpatch_version_to_wifi()
1365 char p_buf[para_length + HCI_CMD_PREAMBLE_SIZE]; in rtk_notify_afhmap_to_wifi()
1385 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_afhmap_to_wifi()
1392 char p_buf[para_length + HCI_CMD_PREAMBLE_SIZE]; in rtk_notify_btcoex_to_wifi()
1408 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_btcoex_to_wifi()
[all …]
H A Drtk_coex.h126 #define HCI_CMD_PREAMBLE_SIZE 3 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c537 int len = HCI_CMD_PREAMBLE_SIZE + parameter_len; in rtk_vendor_cmd_to_fw()
556 p = (uint8_t *) skb_put(skb, HCI_CMD_PREAMBLE_SIZE); in rtk_vendor_cmd_to_fw()
1327 char p_buf[2 + HCI_CMD_PREAMBLE_SIZE]; in rtk_notify_extension_version_to_wifi()
1337 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_extension_version_to_wifi()
1344 char p_buf[para_length + HCI_CMD_PREAMBLE_SIZE]; in rtk_notify_btpatch_version_to_wifi()
1358 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_btpatch_version_to_wifi()
1365 char p_buf[para_length + HCI_CMD_PREAMBLE_SIZE]; in rtk_notify_afhmap_to_wifi()
1385 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_afhmap_to_wifi()
1392 char p_buf[para_length + HCI_CMD_PREAMBLE_SIZE]; in rtk_notify_btcoex_to_wifi()
1408 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_btcoex_to_wifi()
[all …]
H A Drtk_coex.h126 #define HCI_CMD_PREAMBLE_SIZE 3 macro