Searched refs:h5_send_cmd (Results 1 – 6 of 6) sorted by relevance
/device/board/unionman/unionpi_tiger/hardware/bt/include/ |
D | hci_h5_int.h | 62 uint16_t (*h5_send_cmd)(serial_data_type_t type, uint8_t *data, uint16_t length); member
|
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/ |
D | hci_h5_int.h | 70 uint16_t (*h5_send_cmd)(serial_data_type_t type, uint8_t *data, uint16_t length); member
|
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/ |
D | userial_vendor.c | 773 h5_int_interface->h5_send_cmd(DATA_TYPE_COMMAND, &recv_buffer[1], (total_length - 1)); in userial_send_cmd_to_controller() 1854 … transmitted_length = h5_int_interface->h5_send_cmd(type, &h4_read_buffer[1], h4_read_length); in userial_recv_H4_rawdata()
|
D | hci_h5.c | 2741 .h5_send_cmd = hci_h5_send_cmd,
|
/device/board/unionman/unionpi_tiger/hardware/bt/src/ |
D | userial_vendor.c | 750 h5_int_interface->h5_send_cmd(DATA_TYPE_COMMAND, &recv_buffer[1], (total_length - 1)); in userial_send_cmd_to_controller() 1684 … h5_int_interface->h5_send_cmd(type, &h4_read_buffer[1], h4_read_length); in userial_recv_H4_rawdata()
|
D | hci_h5.c | 2189 .h5_send_cmd = hci_h5_send_cmd,
|