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.h49 } hci_packet_factory_t; typedef
51 const hci_packet_factory_t* hci_packet_factory_get_interface();
/system/bt/device/include/
Dcontroller.h96 const hci_packet_factory_t* packet_factory_interface,
/system/bt/hci/src/
Dhci_packet_factory.cc201 static const hci_packet_factory_t interface = {
225 const hci_packet_factory_t* hci_packet_factory_get_interface() { in hci_packet_factory_get_interface()
/system/bt/device/src/
Dcontroller.cc55 static const hci_packet_factory_t* packet_factory;
600 const hci_packet_factory_t* packet_factory_interface, in controller_get_test_interface()