Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c2165 …_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()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h143 #define BTA_BLE_SERVICE_MASK 0x20000000 /* GATT based service */ macro