Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h31 typedef struct controller_t { struct
90 } controller_t; argument
92 const controller_t* controller_get_interface();
94 const controller_t* controller_get_test_interface(
/system/bt/hci/include/
Dhci_layer.h58 typedef struct controller_t controller_t; typedef
Dpacket_fragmenter.h63 const controller_t* controller_interface,
/system/bt/device/src/
Dcontroller.cc532 static const controller_t interface = {
585 const controller_t* controller_get_interface() { in controller_get_interface()
598 const controller_t* controller_get_test_interface( in controller_get_test_interface()
/system/bt/hci/src/
Dpacket_fragmenter.cc49 static const controller_t* controller;
259 const controller_t* controller_interface, in packet_fragmenter_get_test_interface()
/system/bt/btif/src/
Dbtif_sock.cc246 const controller_t* controller = controller_get_interface(); in btsock_request_max_tx_data_length()
Dbtif_storage.cc637 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/hci/test/
Dpacket_fragmenter_test.cc317 controller_t controller;
/system/bt/stack/btm/
Dbtm_devctl.cc174 const controller_t* controller = controller_get_interface(); in reset_complete()
Dbtm_inq.cc324 const controller_t* controller = controller_get_interface(); in BTM_SetInquiryMode()
/system/bt/stack/l2cap/
Dl2c_link.cc1110 const controller_t* controller = controller_get_interface(); in l2c_link_send_to_lower()
/system/bt/stack/bnep/
Dbnep_utils.cc434 const controller_t* controller = controller_get_interface(); in bnepu_build_bnep_hdr()
/system/bt/stack/test/
Dble_advertiser_test.cc69 const controller_t* controller_get_interface() { return nullptr; } in controller_get_interface()