Home
last modified time | relevance | path

Searched refs:get_ble_supported_states (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/device/include/device/
Dcontroller.h45 const uint8_t *(*get_ble_supported_states)(void); member
/hal_espressif-latest/components/bt/host/bluedroid/device/
Dcontroller.c358 static const uint8_t *get_ble_supported_states(void) in get_ble_supported_states() function
547 get_ble_supported_states,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c129 const uint8_t *p = controller_get_interface()->get_ble_supported_states(); in bt_mesh_hci_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c4663 const uint8_t *ble_supported_states = controller_get_interface()->get_ble_supported_states(); in btm_ble_topology_check()