Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h154 #define BTA_ALL_SERVICE_MASK 0x3FFFFFFF /* All services supported by BTA. */ macro
156 #define BTA_ALL_SERVICE_MASK 0x1FFFFFFF /* All services supported by BTA. */ macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c110 BTA_DmDiscover(remote_bda->address, BTA_ALL_SERVICE_MASK, in btc_gap_bt_get_remote_services()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c1970 bta_dm_search_cb.services != BTA_ALL_SERVICE_MASK) || in bta_dm_sdp_result()
1984 if (bta_dm_search_cb.services == BTA_ALL_SERVICE_MASK && in bta_dm_sdp_result()
2005 if (bta_dm_search_cb.services == BTA_ALL_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()
2411 if (bta_dm_search_cb.services == BTA_ALL_SERVICE_MASK ) { in bta_dm_find_services()