Home
last modified time | relevance | path

Searched refs:tBTA_SERVICE_MASK (Results 1 – 15 of 15) sorted by relevance

/system/bt/bta/ag/
Dbta_ag_int.h120 tBTA_SERVICE_MASK services;
199 tBTA_SERVICE_MASK reg_services; /* services specified in register API */
200 tBTA_SERVICE_MASK open_services; /* services specified in open API */
296 extern void bta_ag_api_register(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,
307 extern uint8_t bta_ag_service_to_idx(tBTA_SERVICE_MASK services);
325 extern bool bta_ag_sdp_find_attr(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK service);
326 extern void bta_ag_do_disc(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK service);
331 tBTA_SERVICE_MASK services);
333 tBTA_SERVICE_MASK services);
Dbta_ag_sdp.cc216 tBTA_SERVICE_MASK services; in bta_ag_create_records()
247 tBTA_SERVICE_MASK services; in bta_ag_del_records()
248 tBTA_SERVICE_MASK others = 0; in bta_ag_del_records()
292 bool bta_ag_sdp_find_attr(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK service) { in bta_ag_sdp_find_attr()
425 void bta_ag_do_disc(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK service) { in bta_ag_do_disc()
Dbta_ag_api.cc93 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask, in BTA_AgRegister()
Dbta_ag_rfc.cc245 void bta_ag_start_servers(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK services) { in bta_ag_start_servers()
290 void bta_ag_close_servers(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK services) { in bta_ag_close_servers()
Dbta_ag_act.cc57 const tBTA_SERVICE_MASK bta_ag_svc_mask[BTA_AG_NUM_IDX] = {
363 tBTA_SERVICE_MASK services; in bta_ag_rfc_close()
414 services &= ~((tBTA_SERVICE_MASK)1 << (BTA_HSP_SERVICE_ID + i)); in bta_ag_rfc_close()
Dbta_ag_main.cc450 uint8_t bta_ag_service_to_idx(tBTA_SERVICE_MASK services) { in bta_ag_service_to_idx()
656 void bta_ag_api_register(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask, in bta_ag_api_register()
/system/bt/bta/dm/
Dbta_dm_int.h75 tBTA_SERVICE_MASK services;
86 tBTA_SERVICE_MASK services;
154 tBTA_SERVICE_MASK tm;
342 tBTA_SERVICE_MASK services;
343 tBTA_SERVICE_MASK services_to_search;
344 tBTA_SERVICE_MASK services_found;
Dbta_dm_api.cc127 void BTA_DmSearch(tBTA_DM_INQ* p_dm_inq, tBTA_SERVICE_MASK services, in BTA_DmSearch()
169 void BTA_DmDiscover(const RawAddress& bd_addr, tBTA_SERVICE_MASK services, in BTA_DmDiscover()
300 const LinkKey& link_key, tBTA_SERVICE_MASK trusted_mask, in BTA_DmAddDevice()
349 tBTA_SERVICE_MASK* p_services) { in BTA_GetEirService()
354 tBTA_SERVICE_MASK mask; in BTA_GetEirService()
Dbta_dm_act.cc95 tBTA_SERVICE_MASK* p_services_to_search,
96 tBTA_SERVICE_MASK* p_services_found);
1411 (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK( in bta_dm_sdp_result()
1778 (tBTA_SERVICE_MASK)( in bta_dm_find_services()
1814 (tBTA_SERVICE_MASK)(~(BTA_SERVICE_ID_TO_SERVICE_MASK( in bta_dm_find_services()
1819 bta_dm_search_cb.services_to_search &= (tBTA_SERVICE_MASK)(~( in bta_dm_find_services()
3518 tBTA_SERVICE_MASK* p_services_to_search, in bta_dm_eir_search_services()
3519 tBTA_SERVICE_MASK* p_services_found) { in bta_dm_eir_search_services()
3520 tBTA_SERVICE_MASK service_index = 0; in bta_dm_eir_search_services()
3532 (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK(service_index))) { in bta_dm_eir_search_services()
[all …]
/system/bt/bta/include/
Dbta_api.h138 typedef uint32_t tBTA_SERVICE_MASK; typedef
142 tBTA_SERVICE_MASK srvc_mask;
754 tBTA_SERVICE_MASK services; /* Services found on peer device. */
1134 extern void BTA_DmSearch(tBTA_DM_INQ* p_dm_inq, tBTA_SERVICE_MASK services,
1162 tBTA_SERVICE_MASK services,
1291 tBTA_SERVICE_MASK trusted_mask, bool is_trusted,
1324 tBTA_SERVICE_MASK* p_services);
Dbta_ag_api.h503 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,
/system/bt/btif/include/
Dbtif_common.h198 tBTA_SERVICE_MASK btif_get_enabled_services_mask(void);
/system/bt/btif/src/
Dbtif_core.cc121 static tBTA_SERVICE_MASK btif_enabled_services = 0;
1093 tBTA_SERVICE_MASK btif_get_enabled_services_mask(void) { in btif_get_enabled_services_mask()
1149 btif_enabled_services &= (tBTA_SERVICE_MASK)(~(1 << service_id)); in btif_disable_service()
Dbtif_dm.cc1257 tBTA_SERVICE_MASK services = 0; in btif_dm_search_devices_evt()
1588 tBTA_SERVICE_MASK service_mask; in btif_dm_upstreams_evt()
1622 (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK(i))) { in btif_dm_upstreams_evt()
1644 (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK(i))) { in btif_dm_upstreams_evt()
2161 tBTA_SERVICE_MASK services = 0; in btif_dm_start_discovery()
Dbtif_storage.cc673 tBTA_SERVICE_MASK service_mask = btif_get_enabled_services_mask(); in btif_storage_get_adapter_property()
678 if (service_mask & (tBTA_SERVICE_MASK)(1 << i)) { in btif_storage_get_adapter_property()