Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/
Dbtc_util.c418 case BTA_EIR_TOO_LARGE: in btc_bta_status_to_esp_status()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c4060 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
4098 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
4130 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
4161 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
4175 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
4193 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
4213 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
4229 status = BTA_EIR_TOO_LARGE; in bta_dm_set_eir()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h49 #define BTA_EIR_TOO_LARGE 6 macro