Home
last modified time | relevance | path

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

/system/bt/bta/dm/
Dbta_dm_main.c194 … {BTA_DM_API_SEARCH, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_ACTIVE},
202 …ER_EVT */ {BTA_DM_API_DI_DISCOVER, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_ACTIVE}
211 … {BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_ACTIVE},
213 …C */ {BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_ACTIVE},
214 …/ {BTA_DM_INQUIRY_CMPL, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_ACTIVE},
215 …*/ {BTA_DM_REMT_NAME, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_ACTIVE},
216 … */ {BTA_DM_SDP_RESULT, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_ACTIVE},
218 …*/ {BTA_DM_SEARCH_RESULT, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_ACTIVE},
219 …ER_EVT */ {BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_ACTIVE}
221 …UT_EVT */ ,{BTA_DM_CLOSE_GATT_CONN, BTA_DM_SEARCH_IGNORE, BTA_DM_SEARCH_ACTIVE}
Dbta_dm_int.h962 BTA_DM_SEARCH_ACTIVE, enumerator
Dbta_dm_act.c2271 && (bta_dm_search_cb.state == BTA_DM_SEARCH_ACTIVE)) in bta_dm_discover_device()
5616 (bta_dm_search_cb.state != BTA_DM_SEARCH_ACTIVE) && in bta_dm_gattc_callback()