Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c21 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_bluetooth_cmd_buf[USB_ALIGN_UP(256, CONFIG_USB_ALI… variable
259 g_bluetooth_cmd_buf[0] = USB_BLUETOOTH_HCI_CMD; in usbh_bluetooth_hci_write()
260 memcpy(&g_bluetooth_cmd_buf[1], buffer, buflen); in usbh_bluetooth_hci_write()
261 usbh_bluetooth_hci_dump(g_bluetooth_cmd_buf, buflen + 1); in usbh_bluetooth_hci_write()
262 ret = usbh_bluetooth_hci_cmd(&g_bluetooth_cmd_buf[1], buflen); in usbh_bluetooth_hci_write()

Completed in 11 milliseconds