Searched refs:h5_data_ready_cb (Results 1 – 6 of 6) sorted by relevance
/device/board/unionman/unionpi_tiger/hardware/bt/include/ |
D | hci_h5_int.h | 56 void (*h5_data_ready_cb)(serial_data_type_t type, unsigned int total_length); member
|
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/ |
D | hci_h5_int.h | 63 void (*h5_data_ready_cb)(serial_data_type_t type, unsigned int total_length); member
|
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/ |
D | userial_vendor.c | 147 static void h5_data_ready_cb(serial_data_type_t type, unsigned int total_length); 186 .h5_data_ready_cb = h5_data_ready_cb, 2276 static void h5_data_ready_cb(serial_data_type_t type, unsigned int total_length) in h5_data_ready_cb() function
|
D | hci_h5.c | 1985 h5_int_hal_callbacks->h5_data_ready_cb(pkt_type, total_length); in data_ready_cb_thread()
|
/device/board/unionman/unionpi_tiger/hardware/bt/src/ |
D | userial_vendor.c | 144 static void h5_data_ready_cb(serial_data_type_t type, unsigned int total_length); 182 .h5_data_ready_cb = h5_data_ready_cb, 2063 static void h5_data_ready_cb(serial_data_type_t type, unsigned int total_length) in h5_data_ready_cb() function
|
D | hci_h5.c | 1503 h5_int_hal_callbacks->h5_data_ready_cb(pkt_type, total_length); in data_ready_cb_thread()
|