Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_packet_parser.h88 const hci_packet_parser_t* hci_packet_parser_get_interface();
/system/bt/hci/src/
Dhci_packet_parser.cc286 const hci_packet_parser_t* hci_packet_parser_get_interface() { in hci_packet_parser_get_interface() function
/system/bt/device/src/
Dcontroller.cc719 packet_parser = hci_packet_parser_get_interface(); in controller_get_interface()