Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/hardware/bt/include/
Dhci_h5_int.h56 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/
Dhci_h5_int.h63 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/
Duserial_vendor.c147 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
Dhci_h5.c1985 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/
Duserial_vendor.c144 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
Dhci_h5.c1503 h5_int_hal_callbacks->h5_data_ready_cb(pkt_type, total_length); in data_ready_cb_thread()