Home
last modified time | relevance | path

Searched refs:BTM_SET_STATIC_RAND_ADDR_FAIL (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2020 return BTM_SET_STATIC_RAND_ADDR_FAIL; in BTM_BleSetRandAddress()
2025 return BTM_SET_STATIC_RAND_ADDR_FAIL; in BTM_BleSetRandAddress()
2034 return BTM_SET_STATIC_RAND_ADDR_FAIL; in BTM_BleSetRandAddress()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h75 BTM_SET_STATIC_RAND_ADDR_FAIL, /* 25 Command failed */ enumerator
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c5187 tBTM_STATUS status = BTM_SET_STATIC_RAND_ADDR_FAIL; in bta_dm_ble_set_rand_address()