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.h44 } hci_packet_factory_t; typedef
46 const hci_packet_factory_t *hci_packet_factory_get_interface();
/system/bt/device/include/
Dcontroller.h85 const hci_packet_factory_t *packet_factory_interface,
/system/bt/hci/src/
Dhci_packet_factory.c182 static const hci_packet_factory_t interface = {
204 const hci_packet_factory_t *hci_packet_factory_get_interface() { in hci_packet_factory_get_interface()
/system/bt/device/src/
Dcontroller.c51 static const hci_packet_factory_t *packet_factory;
506 const hci_packet_factory_t *packet_factory_interface, in controller_get_test_interface()