Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_main.cc106 bta_dm_search_set_state(BTA_DM_SEARCH_ACTIVE); in bta_dm_search_sm_execute()
129 case BTA_DM_SEARCH_ACTIVE: in bta_dm_search_sm_execute()
Dbta_dm_int.h370 BTA_DM_SEARCH_ACTIVE, enumerator
379 CASE_RETURN_TEXT(BTA_DM_SEARCH_ACTIVE); in bta_dm_state_text()
Dbta_dm_act.cc957 case BTA_DM_SEARCH_ACTIVE: in bta_dm_disable_search_and_disc()
1028 if (bta_dm_search_get_state() != BTA_DM_SEARCH_ACTIVE) { in bta_dm_inq_cmpl()
1705 case BTA_DM_SEARCH_ACTIVE: in bta_dm_search_cancel_notify()
1891 (bta_dm_search_get_state() == BTA_DM_SEARCH_ACTIVE)) || in bta_dm_discover_device()
4477 case BTA_DM_SEARCH_ACTIVE: in bta_dm_gattc_callback()
4498 case BTA_DM_SEARCH_ACTIVE: in bta_dm_gattc_callback()
/packages/modules/Bluetooth/system/bta/test/
Dbta_dm_test.cc389 std::make_pair(BTA_DM_SEARCH_ACTIVE, "BTA_DM_SEARCH_ACTIVE"), in TEST_F()