Searched refs:BTA_DM_SEARCH_IDLE (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_main.c | 321 …ANCEL */ {BTA_DM_SEARCH_CANCEL_NOTIFY, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 325 … */ {BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 326 …T */ {BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 328 …VT */ {BTA_DM_FREE_SDP_DB, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 330 …EVT */ {BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 331 …T */ {BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 337 …OUT_EVT */ {BTA_DM_CLOSE_GATT_CONN, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 351 …EVT */ {BTA_DM_SEARCH_CMPL, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 369 …*/ {BTA_DM_SEARCH_CANCEL_CMPL, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IDLE}, 371 … */ {BTA_DM_SEARCH_CANCEL_TRANSAC_CMPL, BTA_DM_SEARCH_CANCEL_CMPL, BTA_DM_SEARCH_IDLE}, [all …]
|
D | bta_dm_act.c | 1794 if (bta_dm_search_cb.state != BTA_DM_SEARCH_IDLE) { in bta_dm_disable_search_and_disc() 6456 if ( bta_dm_search_cb.state != BTA_DM_SEARCH_IDLE) { in bta_dm_gatt_disc_result() 6680 if ( bta_dm_search_cb.state != BTA_DM_SEARCH_IDLE) { in bta_dm_gattc_callback() 6688 if ( (bta_dm_search_cb.state != BTA_DM_SEARCH_IDLE) && in bta_dm_gattc_callback()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 1560 BTA_DM_SEARCH_IDLE, enumerator
|