Searched refs:packet_finished (Results 1 - 7 of 7) sorted by relevance

/system/bt/hci/include/
H A Dhci_hal.h68 void (*packet_finished)(serial_data_type_t type); member in struct:hci_hal_t
/system/bt/hci/src/
H A Dhci_hal_h4.c116 static void packet_finished(serial_data_type_t type) { function
198 packet_finished,
H A Dhci_hal_mct.c139 static void packet_finished(UNUSED_ATTR serial_data_type_t type) { function
197 packet_finished,
H A Dhci_layer.c588 hal->packet_finished(type);
620 hal->packet_finished(type);
/system/bt/hci/test/
H A Dhci_hal_h4_test.cpp68 hal->packet_finished(type);
118 hal->packet_finished(type);
H A Dhci_hal_mct_test.cpp69 hal->packet_finished(type);
117 hal->packet_finished(type);
H A Dhci_layer_test.cpp550 hal.packet_finished = hal_packet_finished;

Completed in 51 milliseconds