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.h96 const hci_packet_parser_t *hci_packet_parser_get_interface();
/system/bt/hci/src/
Dhci_packet_parser.c242 const hci_packet_parser_t *hci_packet_parser_get_interface() { in hci_packet_parser_get_interface() function
/system/bt/device/src/
Dcontroller.c473 packet_parser = hci_packet_parser_get_interface(); in controller_get_interface()