Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c19 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_bluetooth_rx_buf[USB_ALIGN_UP(CONFIG_USBHOST_BLUET… variable
24 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_bluetooth_rx_buf[USB_ALIGN_UP(CONFIG_USBHOST_BLUET… variable
204 …ss.bulkin_urb, g_bluetooth_class.hport, g_bluetooth_class.bulkin, &g_bluetooth_rx_buf[actual_len],… in usbh_bluetooth_hci_rx_thread()
220 usbh_bluetooth_hci_dump(g_bluetooth_rx_buf, actual_len); in usbh_bluetooth_hci_rx_thread()
221 usbh_bluetooth_hci_read_callback(g_bluetooth_rx_buf, actual_len); in usbh_bluetooth_hci_rx_thread()
335 …ss.bulkin_urb, g_bluetooth_class.hport, g_bluetooth_class.bulkin, &g_bluetooth_rx_buf[1 + actual_l… in usbh_bluetooth_hci_acl_rx_thread()
351 g_bluetooth_rx_buf[0] = USB_BLUETOOTH_HCI_ACL; in usbh_bluetooth_hci_acl_rx_thread()
352 usbh_bluetooth_hci_dump(g_bluetooth_rx_buf, actual_len + 1); in usbh_bluetooth_hci_acl_rx_thread()
353 usbh_bluetooth_hci_read_callback(g_bluetooth_rx_buf, actual_len + 1); in usbh_bluetooth_hci_acl_rx_thread()

Completed in 3 milliseconds