Home
last modified time | relevance | path

Searched refs:controller_t (Results 1 – 14 of 14) sorted by relevance

/system/bt/device/include/
Dcontroller.h32 typedef struct controller_t { struct
89 } controller_t; argument
91 const controller_t* controller_get_interface();
93 const controller_t* controller_get_test_interface(
/system/bt/hci/include/
Dhci_layer.h57 typedef struct controller_t controller_t; typedef
Dpacket_fragmenter.h63 const controller_t* controller_interface,
/system/bt/device/src/
Dcontroller.cc497 static const controller_t interface = {
548 const controller_t* controller_get_interface() { in controller_get_interface()
561 const controller_t* controller_get_test_interface( in controller_get_test_interface()
/system/bt/hci/src/
Dpacket_fragmenter.cc47 static const controller_t* controller;
251 const controller_t* controller_interface, in packet_fragmenter_get_test_interface()
/system/bt/hci/test/
Dpacket_fragmenter_test.cc317 controller_t controller;
/system/bt/stack/btm/
Dbtm_devctl.cc144 const controller_t* controller = controller_get_interface(); in reset_complete()
Dbtm_inq.cc326 const controller_t* controller = controller_get_interface(); in BTM_SetInquiryMode()
/system/bt/btif/src/
Dbtif_core.cc385 const controller_t* controller = controller_get_interface(); in btif_enable_bluetooth_evt()
Dbtif_storage.cc551 const controller_t* controller = controller_get_interface(); in btif_storage_get_adapter_property()
Dbtif_dm.cc1884 const controller_t* controller = controller_get_interface(); in btif_dm_upstreams_evt()
/system/bt/stack/l2cap/
Dl2c_link.cc1099 const controller_t* controller = controller_get_interface(); in l2c_link_send_to_lower()
/system/bt/stack/test/
Dble_advertiser_test.cc71 const controller_t* controller_get_interface() { return nullptr; } in controller_get_interface()
/system/bt/stack/bnep/
Dbnep_utils.cc429 const controller_t* controller = controller_get_interface(); in bnepu_build_bnep_hdr()