Searched refs:hci_type (Results 1 – 2 of 2) sorted by relevance
182 int usbh_bluetooth_hci_write(uint8_t hci_type, uint8_t *buffer, uint32_t buflen) in usbh_bluetooth_hci_write() argument186 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() argument258 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()
40 int usbh_bluetooth_hci_write(uint8_t hci_type, uint8_t *buffer, uint32_t buflen);
Completed in 4 milliseconds