Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c149 static void usbh_bluetooth_hci_dump(uint8_t *data, uint32_t len) in usbh_bluetooth_hci_dump() function
164 #define usbh_bluetooth_hci_dump(data, len) macro
188 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