Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/device/include/device/
Dcontroller.h32 typedef struct controller_t { struct
92 } controller_t; argument
94 const controller_t *controller_get_interface(void);
/hal_espressif-3.6.0/components/bt/host/bluedroid/hci/include/hci/
Dhci_layer.h53 typedef struct controller_t controller_t; typedef
/hal_espressif-3.6.0/components/bt/host/bluedroid/device/
Dcontroller.c535 static const controller_t interface = {
587 const controller_t *controller_get_interface(void) in controller_get_interface()
/hal_espressif-3.6.0/components/bt/host/bluedroid/hci/
Dpacket_fragmenter.c46 static const controller_t *controller;
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c142 const controller_t *controller = controller_get_interface(); in reset_complete()
Dbtm_inq.c368 const controller_t *controller = controller_get_interface(); in BTM_SetInquiryMode()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c1228 const controller_t *controller = controller_get_interface(); in l2c_link_send_to_lower()