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.h29 BT_HDR* (*make_read_local_version_info)(void); member
/system/bt/hci/src/
Dhci_packet_factory.cc58 static BT_HDR* make_read_local_version_info(void) { in make_read_local_version_info() function
205 make_read_local_version_info,
/system/bt/device/src/
Dcontroller.cc117 response = AWAIT_COMMAND(packet_factory->make_read_local_version_info()); in start_up()