Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_util.c417 case BTA_EIR_TOO_LARGE: in btc_bta_status_to_esp_status()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c4179 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
4217 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
4249 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
4280 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
4294 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
4312 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
4332 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
4348 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h49 #define BTA_EIR_TOO_LARGE 6 macro