Home
last modified time | relevance | path

Searched refs:make_read_local_version_info (Results 1 – 3 of 3) sorted by relevance

/system/bt/hci/include/
Dhci_packet_factory.h28 BT_HDR *(*make_read_local_version_info)(void); member
/system/bt/hci/src/
Dhci_packet_factory.c58 static BT_HDR *make_read_local_version_info(void) { in make_read_local_version_info() function
182 make_read_local_version_info,
/system/bt/device/src/
Dcontroller.c111 response = AWAIT_COMMAND(packet_factory->make_read_local_version_info()); in start_up()