Home
last modified time | relevance | path

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

/system/bt/bta/ag/
Dbta_ag_int.h125 tBTA_SERVICE_MASK services;
205 tBTA_SERVICE_MASK reg_services; /* services specified in register API */
206 tBTA_SERVICE_MASK open_services; /* services specified in open API */
310 extern void bta_ag_api_register(tBTA_SERVICE_MASK services,
321 extern uint8_t bta_ag_service_to_idx(tBTA_SERVICE_MASK services);
339 extern bool bta_ag_sdp_find_attr(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK service);
340 extern void bta_ag_do_disc(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK service);
345 tBTA_SERVICE_MASK services);
347 tBTA_SERVICE_MASK services);
Dbta_ag_sdp.cc213 tBTA_SERVICE_MASK services; in bta_ag_create_records()
244 tBTA_SERVICE_MASK services; in bta_ag_del_records()
245 tBTA_SERVICE_MASK others = 0; in bta_ag_del_records()
289 bool bta_ag_sdp_find_attr(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK service) { in bta_ag_sdp_find_attr()
422 void bta_ag_do_disc(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK service) { in bta_ag_do_disc()
Dbta_ag_api.cc94 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_AG_FEAT features, in BTA_AgRegister()
Dbta_ag_rfc.cc239 void bta_ag_start_servers(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK services) { in bta_ag_start_servers()
283 void bta_ag_close_servers(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK services) { in bta_ag_close_servers()
Dbta_ag_act.cc54 const tBTA_SERVICE_MASK bta_ag_svc_mask[BTA_AG_NUM_IDX] = {
359 tBTA_SERVICE_MASK services; in bta_ag_rfc_close()
411 services &= ~((tBTA_SERVICE_MASK)1 << (BTA_HSP_SERVICE_ID + i)); in bta_ag_rfc_close()
Dbta_ag_main.cc263 uint8_t bta_ag_service_to_idx(tBTA_SERVICE_MASK services) { in bta_ag_service_to_idx()
468 void bta_ag_api_register(tBTA_SERVICE_MASK services, tBTA_AG_FEAT features, in bta_ag_api_register()
/system/bt/test/mock/
Dmock_bta_ag_api.cc52 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_AG_FEAT features, in BTA_AgRegister()
Dmock_btif_core.cc104 tBTA_SERVICE_MASK btif_get_enabled_services_mask(void) { in btif_get_enabled_services_mask()
Dmock_bta_dm_api.cc137 tBTA_SERVICE_MASK* p_services) { in BTA_GetEirService()
/system/bt/bta/dm/
Dbta_dm_int.h77 tBTA_SERVICE_MASK services;
356 tBTA_SERVICE_MASK services;
357 tBTA_SERVICE_MASK services_to_search;
358 tBTA_SERVICE_MASK services_found;
Dbta_dm_api.cc280 tBTA_SERVICE_MASK* p_services) { in BTA_GetEirService()
285 tBTA_SERVICE_MASK mask; in BTA_GetEirService()
Dbta_dm_act.cc1131 (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK( in bta_dm_sdp_result()
1548 (tBTA_SERVICE_MASK)( in bta_dm_find_services()
1571 bta_dm_search_cb.services_to_search &= (tBTA_SERVICE_MASK)(~( in bta_dm_find_services()
1575 bta_dm_search_cb.services_to_search &= (tBTA_SERVICE_MASK)(~( in bta_dm_find_services()
/system/bt/bta/include/
Dbta_api.h94 typedef uint32_t tBTA_SERVICE_MASK; typedef
441 tBTA_SERVICE_MASK services; /* Services found on peer device. */
867 tBTA_SERVICE_MASK* p_services);
Dbta_ag_api.h526 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_AG_FEAT features,
/system/bt/btif/src/
Dbtif_core.cc88 static tBTA_SERVICE_MASK btif_enabled_services = 0;
767 tBTA_SERVICE_MASK btif_get_enabled_services_mask(void) { in btif_get_enabled_services_mask()
800 btif_enabled_services &= (tBTA_SERVICE_MASK)(~(1 << service_id)); in btif_disable_service()
Dbtif_dm.cc1144 tBTA_SERVICE_MASK services = 0; in btif_dm_search_devices_evt()
1472 tBTA_SERVICE_MASK service_mask = btif_get_enabled_services_mask(); in BTIF_dm_enable()
1474 if (service_mask & (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK(i))) { in BTIF_dm_enable()
1493 tBTA_SERVICE_MASK service_mask = btif_get_enabled_services_mask(); in BTIF_dm_disable()
1495 if (service_mask & (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK(i))) { in BTIF_dm_disable()
Dbtif_storage.cc660 tBTA_SERVICE_MASK service_mask = btif_get_enabled_services_mask(); in btif_storage_get_adapter_property()
665 if (service_mask & (tBTA_SERVICE_MASK)(1 << i)) { in btif_storage_get_adapter_property()
Dbtif_hf.cc1402 tBTA_SERVICE_MASK mask = btif_get_enabled_services_mask(); in Cleanup()
/system/bt/btif/include/
Dbtif_common.h174 tBTA_SERVICE_MASK btif_get_enabled_services_mask(void);