Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h111 BTA_AV_API_SET_DELAY_VALUE_EVT, enumerator
123 #define BTA_AV_LAST_NSM_EVT BTA_AV_API_SET_DELAY_VALUE_EVT
129 #define BTA_AV_LAST_EVT BTA_AV_API_SET_DELAY_VALUE_EVT
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_api.c390 p_buf->hdr.event = BTA_AV_API_SET_DELAY_VALUE_EVT; in BTA_SetDelayValue()
Dbta_av_main.c1345 case BTA_AV_API_SET_DELAY_VALUE_EVT: return "API_SET_DELAY_VALUE"; in bta_av_evt_code()