Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h32 typedef struct controller_t { struct
79 } controller_t; argument
81 const controller_t *controller_get_interface();
83 const controller_t *controller_get_test_interface(
/system/bt/hci/include/
Dhci_layer.h57 typedef struct controller_t controller_t; typedef
Dpacket_fragmenter.h59 const controller_t *controller_interface,
/system/bt/device/src/
Dcontroller.c448 static const controller_t interface = {
491 const controller_t *controller_get_interface() { in controller_get_interface()
504 const controller_t *controller_get_test_interface( in controller_get_test_interface()
/system/bt/hci/src/
Dpacket_fragmenter.c51 static const controller_t *controller;
244 const controller_t *controller_interface, in packet_fragmenter_get_test_interface()
/system/bt/hci/test/
Dpacket_fragmenter_test.cpp307 controller_t controller;
Dhci_layer_test.cpp599 controller_t controller;
/system/bt/stack/btm/
Dbtm_devctl.c158 const controller_t *controller = controller_get_interface(); in reset_complete()
Dbtm_inq.c379 const controller_t *controller = controller_get_interface(); in BTM_SetInquiryMode()
/system/bt/btif/src/
Dbtif_core.c469 const controller_t *controller = controller_get_interface(); in btif_enable_bluetooth_evt()
/system/bt/stack/bnep/
Dbnep_utils.c469 const controller_t *controller = controller_get_interface(); in bnepu_build_bnep_hdr()
/system/bt/stack/l2cap/
Dl2c_link.c1244 const controller_t *controller = controller_get_interface(); in l2c_link_send_to_lower()