Searched refs:rtkbt_coexmsg_send (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_coex.c | 1234 static int rtkbt_coexmsg_send(char *tx_msg, int msg_size) in rtkbt_coexmsg_send() function 1337 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_extension_version_to_wifi() 1358 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_btpatch_version_to_wifi() 1385 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_afhmap_to_wifi() 1408 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_btcoex_to_wifi() 1438 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_btoperation_to_wifi() 1476 if (rtkbt_coexmsg_send(buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_info_to_wifi() 1498 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_regester_to_wifi() 2810 rtkbt_coexmsg_send(attend_ack, sizeof(attend_ack)); in rtk_handle_event_from_wifi() 2817 rtkbt_coexmsg_send(leave_ack, sizeof(leave_ack)); in rtk_handle_event_from_wifi() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | rtk_coex.c | 1234 static int rtkbt_coexmsg_send(char *tx_msg, int msg_size) in rtkbt_coexmsg_send() function 1337 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_extension_version_to_wifi() 1358 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_btpatch_version_to_wifi() 1385 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_afhmap_to_wifi() 1408 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_btcoex_to_wifi() 1438 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_btoperation_to_wifi() 1476 if (rtkbt_coexmsg_send(buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_info_to_wifi() 1498 if (rtkbt_coexmsg_send(p_buf, para_length + HCI_CMD_PREAMBLE_SIZE) < 0) in rtk_notify_regester_to_wifi() 2843 rtkbt_coexmsg_send(attend_ack, sizeof(attend_ack)); in rtk_handle_event_from_wifi() 2850 rtkbt_coexmsg_send(leave_ack, sizeof(leave_ack)); in rtk_handle_event_from_wifi() [all …]
|