Home
last modified time | relevance | path

Searched refs:hci_packet_parser_t (Results 1 – 4 of 4) sorted by relevance

/system/bt/hci/include/
Dhci_packet_parser.h99 } hci_packet_parser_t; typedef
101 const hci_packet_parser_t *hci_packet_parser_get_interface();
103 const hci_packet_parser_t *hci_packet_parser_get_test_interface(
/system/bt/hci/src/
Dhci_packet_parser.c246 static const hci_packet_parser_t interface = {
262 const hci_packet_parser_t *hci_packet_parser_get_interface() { in hci_packet_parser_get_interface()
267 const hci_packet_parser_t *hci_packet_parser_get_test_interface( in hci_packet_parser_get_test_interface()
/system/bt/device/include/
Dcontroller.h86 const hci_packet_parser_t *packet_parser_interface);
/system/bt/device/src/
Dcontroller.c52 static const hci_packet_parser_t *packet_parser;
507 const hci_packet_parser_t *packet_parser_interface) { in controller_get_test_interface()