Searched refs:usbh_bluetooth_hci_dump (Results 1 – 1 of 1) sorted by relevance
149 static void usbh_bluetooth_hci_dump(uint8_t *data, uint32_t len) in usbh_bluetooth_hci_dump() function164 #define usbh_bluetooth_hci_dump(data, len) macro188 usbh_bluetooth_hci_dump(g_bluetooth_tx_buf, buflen + 1); in usbh_bluetooth_hci_write()220 usbh_bluetooth_hci_dump(g_bluetooth_rx_buf, actual_len); in usbh_bluetooth_hci_rx_thread()261 usbh_bluetooth_hci_dump(g_bluetooth_cmd_buf, buflen + 1); in usbh_bluetooth_hci_write()266 usbh_bluetooth_hci_dump(g_bluetooth_tx_buf, buflen + 1); in usbh_bluetooth_hci_write()309 usbh_bluetooth_hci_dump(g_bluetooth_evt_buf, actual_len + 1); in usbh_bluetooth_hci_evt_rx_thread()352 usbh_bluetooth_hci_dump(g_bluetooth_rx_buf, actual_len + 1); in usbh_bluetooth_hci_acl_rx_thread()
Completed in 3 milliseconds