Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c182 int usbh_bluetooth_hci_write(uint8_t hci_type, uint8_t *buffer, uint32_t buflen) in usbh_bluetooth_hci_write() argument
186 g_bluetooth_tx_buf[0] = hci_type; in usbh_bluetooth_hci_write()
254 int usbh_bluetooth_hci_write(uint8_t hci_type, uint8_t *buffer, uint32_t buflen) in usbh_bluetooth_hci_write() argument
258 if (hci_type == USB_BLUETOOTH_HCI_CMD) { in usbh_bluetooth_hci_write()
263 } else if (hci_type == USB_BLUETOOTH_HCI_ACL) { in usbh_bluetooth_hci_write()
A Dusbh_bluetooth.h40 int usbh_bluetooth_hci_write(uint8_t hci_type, uint8_t *buffer, uint32_t buflen);

Completed in 4 milliseconds