Home
last modified time | relevance | path

Searched refs:BTA_ID_DM_SEARCH (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/sys/
Dbta_sys.h64 #define BTA_ID_DM_SEARCH 2 /* device manager search */ macro
103 case BTA_ID_DM_SEARCH: // 2 in BtaIdSysText()
Dbta_sys_main.cc212 int bta_id = BTA_ID_DM_SEARCH; in bta_sys_disable()
/system/bt/bta/dm/
Dbta_dm_main.cc47 void bta_dm_search_sm_disable() { bta_sys_deregister(BTA_ID_DM_SEARCH); } in bta_dm_search_sm_disable()
Dbta_dm_api.cc48 bta_sys_register(BTA_ID_DM_SEARCH, &bta_dm_search_reg); in BTA_dm_init()
Dbta_dm_int.h62 BTA_DM_API_SEARCH_EVT = BTA_SYS_EVT_START(BTA_ID_DM_SEARCH),