Searched refs:g_bluetooth_evt_buf (Results 1 – 1 of 1) sorted by relevance
22 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_bluetooth_evt_buf[USB_ALIGN_UP(256, CONFIG_USB_ALI… variable288 …lass.intin_urb, g_bluetooth_class.hport, g_bluetooth_class.intin, &g_bluetooth_evt_buf[1 + actual_… in usbh_bluetooth_hci_evt_rx_thread()308 g_bluetooth_evt_buf[0] = USB_BLUETOOTH_HCI_EVT; in usbh_bluetooth_hci_evt_rx_thread()309 usbh_bluetooth_hci_dump(g_bluetooth_evt_buf, actual_len + 1); in usbh_bluetooth_hci_evt_rx_thread()310 usbh_bluetooth_hci_read_callback(g_bluetooth_evt_buf, actual_len + 1); in usbh_bluetooth_hci_evt_rx_thread()
Completed in 3 milliseconds