Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c404 p_msg->hdr.event = BTA_DM_API_SEARCH_EVT; in BTA_DmSearch()
1830 p_msg->hdr.event = BTA_DM_API_SEARCH_EVT; in BTA_DmSearchExt()
Dbta_dm_act.c1491 (p_data->search.rs_res == BTA_DM_RS_NONE) && bta_dm_check_av(BTA_DM_API_SEARCH_EVT)) { in bta_dm_search_start()
3350 if (bta_dm_cb.rs_event == BTA_DM_API_SEARCH_EVT) { in bta_dm_rs_cback()
3378 if (event == BTA_DM_API_SEARCH_EVT) { in bta_dm_check_av()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h207 BTA_DM_API_SEARCH_EVT = BTA_SYS_EVT_START(BTA_ID_DM_SEARCH), enumerator