Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_hal.h67 void (*packet_finished)(serial_data_type_t type); member
/system/bt/hci/src/
Dhci_hal_h4.c131 static void packet_finished(serial_data_type_t type) { in packet_finished() function
252 packet_finished,
Dhci_hal_mct.c140 static void packet_finished(UNUSED_ATTR serial_data_type_t type) { in packet_finished() function
199 packet_finished,
Dhci_layer.c608 hal->packet_finished(type); in hal_says_data_ready()
640 hal->packet_finished(type); in hal_says_data_ready()
/system/bt/hci/test/
Dhci_hal_mct_test.cpp69 hal->packet_finished(type); in expect_packet_synchronous()
117 hal->packet_finished(type);
Dhci_hal_h4_test.cpp74 hal->packet_finished(type); in expect_packet_synchronous()
124 hal->packet_finished(type);
Dhci_layer_test.cpp555 hal.packet_finished = hal_packet_finished;