Home
last modified time | relevance | path

Searched refs:BTA_USER_SERVICE_MASK (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h145 #define BTA_USER_SERVICE_MASK 0x40000000 /* Message Notification Profile */ macro
149 #define BTA_USER_SERVICE_MASK 0x20000000 /* Message Notification Profile */ macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c2085 p_msg->disc_result.result.disc_res.services |= BTA_USER_SERVICE_MASK; in bta_dm_sdp_result()
2165 …if ((bta_dm_search_cb.services & ((BTA_ALL_SERVICE_MASK | BTA_USER_SERVICE_MASK ) & ~BTA_BLE_SERVI… in bta_dm_disc_result()
2455 if (this_service_mask == BTA_USER_SERVICE_MASK) { in bta_dm_find_services()
2621 bta_dm_search_cb.services != BTA_USER_SERVICE_MASK in bta_dm_discover_device()
Dbta_dm_api.c505 p_msg->services = BTA_USER_SERVICE_MASK; //Not exposed at API level in BTA_DmDiscoverUUID()