Home
last modified time | relevance | path

Searched refs:ble_supported_states (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/device/
Dcontroller.c75 uint8_t ble_supported_states[BLE_SUPPORTED_STATES_SIZE]; member
252 controller_param.ble_supported_states, in start_up()
253 sizeof(controller_param.ble_supported_states) in start_up()
362 return controller_param.ble_supported_states; in get_ble_supported_states()
/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() local
4665 if (!BTM_LE_STATES_SUPPORTED(ble_supported_states, mask, offset)) { in btm_ble_topology_check()
4679 if (!BTM_LE_STATES_SUPPORTED(ble_supported_states, mask, offset)) { in btm_ble_topology_check()