Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c18 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_bluetooth_tx_buf[USB_ALIGN_UP(CONFIG_USBHOST_BLUET… variable
23 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_bluetooth_tx_buf[USB_ALIGN_UP(CONFIG_USBHOST_BLUET… variable
186 g_bluetooth_tx_buf[0] = hci_type; in usbh_bluetooth_hci_write()
187 memcpy(&g_bluetooth_tx_buf[1], buffer, buflen); in usbh_bluetooth_hci_write()
188 usbh_bluetooth_hci_dump(g_bluetooth_tx_buf, buflen + 1); in usbh_bluetooth_hci_write()
189 ret = usbh_bluetooth_hci_bulk_out(g_bluetooth_tx_buf, buflen + 1); in usbh_bluetooth_hci_write()
264 g_bluetooth_tx_buf[0] = USB_BLUETOOTH_HCI_ACL; in usbh_bluetooth_hci_write()
265 memcpy(&g_bluetooth_tx_buf[1], buffer, buflen); in usbh_bluetooth_hci_write()
266 usbh_bluetooth_hci_dump(g_bluetooth_tx_buf, buflen + 1); in usbh_bluetooth_hci_write()
267 ret = usbh_bluetooth_hci_bulk_out(&g_bluetooth_tx_buf[1], buflen); in usbh_bluetooth_hci_write()

Completed in 3 milliseconds