Home
last modified time | relevance | path

Searched refs:BTA_RES_SERVICE_MASK (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
Dbta_api.h111 #define BTA_RES_SERVICE_MASK 0x00000001 /* Reserved */ macro
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c2204 if (bta_dm_search_cb.services_to_search & BTA_RES_SERVICE_MASK) in bta_dm_find_services()
2207 bta_dm_search_cb.services_to_search &= ~BTA_RES_SERVICE_MASK; in bta_dm_find_services()