Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/include/
Dbta_api.h144 #define BTA_USER_SERVICE_MASK 0x40000000 /* Message Notification Profile */ macro
148 #define BTA_USER_SERVICE_MASK 0x20000000 /* Message Notification Profile */ macro
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_api.c468 p_msg->services = BTA_USER_SERVICE_MASK; //Not exposed at API level in BTA_DmDiscoverUUID()
Dbta_dm_act.c1725 p_msg->disc_result.result.disc_res.services |= BTA_USER_SERVICE_MASK; in bta_dm_sdp_result()
1813 …if ((bta_dm_search_cb.services & ((BTA_ALL_SERVICE_MASK | BTA_USER_SERVICE_MASK ) & ~BTA_BLE_SERVI… in bta_dm_disc_result()
2285 bta_dm_search_cb.services != BTA_USER_SERVICE_MASK in bta_dm_discover_device()
/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c1053 p_data->disc_res.services &= ~BTA_USER_SERVICE_MASK; in btif_dm_remote_service_record_evt()