Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_packet_factory.h43 } hci_packet_factory_t; typedef
45 const hci_packet_factory_t *hci_packet_factory_get_interface();
/system/bt/device/include/
Dcontroller.h84 const hci_packet_factory_t *packet_factory_interface,
/system/bt/hci/src/
Dhci_packet_factory.c178 static const hci_packet_factory_t interface = {
199 const hci_packet_factory_t *hci_packet_factory_get_interface() { in hci_packet_factory_get_interface()
/system/bt/device/src/
Dcontroller.c54 static const hci_packet_factory_t *packet_factory;
481 const hci_packet_factory_t *packet_factory_interface, in controller_get_test_interface()