Searched refs:BTA_DM_SEARCH_IDLE (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_main.c | 296 …ANCEL */ {BTA_DM_SEARCH_CANCEL_NOTIFY, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 300 … */ {BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 301 …T */ {BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 303 …VT */ {BTA_DM_FREE_SDP_DB, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 305 …EVT */ {BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 306 …T */ {BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 312 …OUT_EVT */ {BTA_DM_CLOSE_GATT_CONN, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 326 …EVT */ {BTA_DM_SEARCH_CMPL, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 344 …*/ {BTA_DM_SEARCH_CANCEL_CMPL, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 346 … */ {BTA_DM_SEARCH_CANCEL_TRANSAC_CMPL, BTA_DM_SEARCH_CANCEL_CMPL, BTA_DM_SEARCH_IDLE}, [all …]
|
D | bta_dm_act.c | 1699 if (bta_dm_search_cb.state != BTA_DM_SEARCH_IDLE) { in bta_dm_disable_search_and_disc() 6196 if ( bta_dm_search_cb.state != BTA_DM_SEARCH_IDLE) { in bta_dm_gatt_disc_result() 6420 if ( bta_dm_search_cb.state != BTA_DM_SEARCH_IDLE) { in bta_dm_gattc_callback() 6428 if ( (bta_dm_search_cb.state != BTA_DM_SEARCH_IDLE) && in bta_dm_gattc_callback()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 1380 BTA_DM_SEARCH_IDLE, enumerator
|