Searched refs:BTA_BLE_SERVICE_MASK (Results 1 – 2 of 2) sorted by relevance
2165 …_search_cb.services & ((BTA_ALL_SERVICE_MASK | BTA_USER_SERVICE_MASK ) & ~BTA_BLE_SERVICE_MASK))) { in bta_dm_disc_result()2423 if (this_service_mask == BTA_BLE_SERVICE_MASK) { in bta_dm_find_services()2476 if ((this_service_mask == BTA_BLE_SERVICE_MASK && in bta_dm_find_services()2478 this_service_mask != BTA_BLE_SERVICE_MASK) in bta_dm_find_services()2650 if (bta_dm_search_cb.services_to_search & BTA_BLE_SERVICE_MASK) { in bta_dm_discover_device()
143 #define BTA_BLE_SERVICE_MASK 0x20000000 /* GATT based service */ macro