Home
last modified time | relevance | path

Searched defs:controller_t (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/device/include/device/
Dcontroller.h32 typedef struct controller_t { struct
33 void (*start_up)(void);
34 void (*shut_down)(void);
35 bool (*get_is_ready)(void);
37 const bt_bdaddr_t *(*get_address)(void);
38 const bt_version_t *(*get_bt_version)(void);
40 const bt_device_features_t *(*get_features_classic)(int index);
42 uint8_t (*get_last_features_classic_index)(void);
44 const bt_device_features_t *(*get_features_ble)(void);
45 const uint8_t *(*get_ble_supported_states)(void);
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/hci/include/hci/
Dhci_layer.h53 typedef struct controller_t controller_t; typedef