Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/hardware/bt/include/
Dhci_h5_int.h62 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/
Dhci_h5_int.h70 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/
Duserial_vendor.c773 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()
Dhci_h5.c2741 .h5_send_cmd = hci_h5_send_cmd,
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Duserial_vendor.c750 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()
Dhci_h5.c2189 .h5_send_cmd = hci_h5_send_cmd,