Searched refs:tBTA_SERVICE_MASK (Results 1 – 19 of 19) sorted by relevance
/system/bt/bta/ag/ |
D | bta_ag_int.h | 125 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);
|
D | bta_ag_sdp.cc | 213 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()
|
D | bta_ag_api.cc | 94 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_AG_FEAT features, in BTA_AgRegister()
|
D | bta_ag_rfc.cc | 239 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()
|
D | bta_ag_act.cc | 54 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()
|
D | bta_ag_main.cc | 263 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/ |
D | mock_bta_ag_api.cc | 52 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_AG_FEAT features, in BTA_AgRegister()
|
D | mock_btif_core.cc | 104 tBTA_SERVICE_MASK btif_get_enabled_services_mask(void) { in btif_get_enabled_services_mask()
|
D | mock_bta_dm_api.cc | 137 tBTA_SERVICE_MASK* p_services) { in BTA_GetEirService()
|
/system/bt/bta/dm/ |
D | bta_dm_int.h | 77 tBTA_SERVICE_MASK services; 356 tBTA_SERVICE_MASK services; 357 tBTA_SERVICE_MASK services_to_search; 358 tBTA_SERVICE_MASK services_found;
|
D | bta_dm_api.cc | 280 tBTA_SERVICE_MASK* p_services) { in BTA_GetEirService() 285 tBTA_SERVICE_MASK mask; in BTA_GetEirService()
|
D | bta_dm_act.cc | 1131 (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/ |
D | bta_api.h | 94 typedef uint32_t tBTA_SERVICE_MASK; typedef 441 tBTA_SERVICE_MASK services; /* Services found on peer device. */ 867 tBTA_SERVICE_MASK* p_services);
|
D | bta_ag_api.h | 526 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_AG_FEAT features,
|
/system/bt/btif/src/ |
D | btif_core.cc | 88 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()
|
D | btif_dm.cc | 1144 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()
|
D | btif_storage.cc | 660 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()
|
D | btif_hf.cc | 1402 tBTA_SERVICE_MASK mask = btif_get_enabled_services_mask(); in Cleanup()
|
/system/bt/btif/include/ |
D | btif_common.h | 174 tBTA_SERVICE_MASK btif_get_enabled_services_mask(void);
|