Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_int.h166 tBTA_SERVICE_MASK services;
177 tBTA_SERVICE_MASK services;
249 tBTA_SERVICE_MASK reg_services; /* services specified in register API */
250 tBTA_SERVICE_MASK open_services; /* services specified in open API */
345 extern UINT8 bta_ag_service_to_idx(tBTA_SERVICE_MASK services);
360 extern BOOLEAN bta_ag_sdp_find_attr(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service);
361 extern void bta_ag_do_disc(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service);
365 extern void bta_ag_start_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services);
366 extern void bta_ag_close_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services);
Dbta_ag_sdp.c218 tBTA_SERVICE_MASK services; in bta_ag_create_records()
256 tBTA_SERVICE_MASK services; in bta_ag_del_records()
257 tBTA_SERVICE_MASK others = 0; in bta_ag_del_records()
305 BOOLEAN bta_ag_sdp_find_attr(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service) in bta_ag_sdp_find_attr()
405 void bta_ag_do_disc(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service) in bta_ag_do_disc()
Dbta_ag_api.c121 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,tBTA_AG_FEAT features, in BTA_AgRegister()
185 void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services) in BTA_AgOpen()
Dbta_ag_rfc.c280 void bta_ag_start_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services) in bta_ag_start_servers()
321 void bta_ag_close_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services) in bta_ag_close_servers()
Dbta_ag_act.c65 const tBTA_SERVICE_MASK bta_ag_svc_mask[BTA_AG_NUM_IDX] =
406 tBTA_SERVICE_MASK services; in bta_ag_rfc_close()
456 services &= ~((tBTA_SERVICE_MASK)1 << (BTA_HSP_SERVICE_ID + i)); in bta_ag_rfc_close()
Dbta_ag_main.c444 UINT8 bta_ag_service_to_idx(tBTA_SERVICE_MASK services) in bta_ag_service_to_idx()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h158 typedef UINT32 tBTA_SERVICE_MASK; typedef
163 tBTA_SERVICE_MASK srvc_mask;
764 tBTA_SERVICE_MASK services; /* Services found on peer device. */
1064 BTA_API extern void BTA_DmSearch(tBTA_DM_INQ *p_dm_inq, tBTA_SERVICE_MASK services,
1091 BTA_API extern void BTA_DmDiscover(BD_ADDR bd_addr, tBTA_SERVICE_MASK services,
1245 LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask,
1262 LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask,
1393 BTA_API extern void BTA_GetEirService( UINT8 *p_eir, tBTA_SERVICE_MASK *p_services );
Dbta_ag_api.h411 BTA_API void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,
439 BTA_API void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK servic…
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_int.h188 tBTA_SERVICE_MASK services;
202 tBTA_SERVICE_MASK services;
390 tBTA_SERVICE_MASK tm;
734 tBTA_SERVICE_MASK services;
735 tBTA_SERVICE_MASK services_to_search;
736 tBTA_SERVICE_MASK services_found;
Dbta_dm_api.c376 void BTA_DmSearch(tBTA_DM_INQ *p_dm_inq, tBTA_SERVICE_MASK services, tBTA_DM_SEARCH_CBACK *p_cback) in BTA_DmSearch()
429 void BTA_DmDiscover(BD_ADDR bd_addr, tBTA_SERVICE_MASK services, in BTA_DmDiscover()
698 tBTA_SERVICE_MASK trusted_mask, BOOLEAN is_trusted, in BTA_DmAddDevice()
780 LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask, in BTA_DmAddDevWithName()
1022 void BTA_GetEirService( UINT8 *p_eir, tBTA_SERVICE_MASK *p_services ) in BTA_GetEirService()
1029 tBTA_SERVICE_MASK mask; in BTA_GetEirService()
Dbta_dm_act.c72 tBTA_SERVICE_MASK *p_services_to_search,
73 tBTA_SERVICE_MASK *p_services_found);
1606 … (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK(bta_dm_search_cb.service_index-1)); in bta_dm_sdp_result()
2056 & (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK(bta_dm_search_cb.service_index))) in bta_dm_find_services()
2097 … (tBTA_SERVICE_MASK)(~(BTA_SERVICE_ID_TO_SERVICE_MASK(bta_dm_search_cb.service_index))); in bta_dm_find_services()
2105 … (tBTA_SERVICE_MASK)(~(BTA_SERVICE_ID_TO_SERVICE_MASK(bta_dm_search_cb.service_index))); in bta_dm_find_services()
4100 tBTA_SERVICE_MASK *p_services_to_search, in bta_dm_eir_search_services()
4101 tBTA_SERVICE_MASK *p_services_found) in bta_dm_eir_search_services()
4103 tBTA_SERVICE_MASK service_index = 0; in bta_dm_eir_search_services()
4122 & (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK(service_index))) in bta_dm_eir_search_services()
[all …]
/external/bluetooth/bluedroid/btif/include/
Dbtif_common.h170 tBTA_SERVICE_MASK btif_get_enabled_services_mask(void);
/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c833 tBTA_SERVICE_MASK services = 0; in btif_dm_search_devices_evt()
1085 tBTA_SERVICE_MASK service_mask; in btif_dm_upstreams_evt()
1123 (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK(i))) in btif_dm_upstreams_evt()
1149 (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK(i))) in btif_dm_upstreams_evt()
1439 tBTA_SERVICE_MASK services = 0; in btif_dm_start_discovery()
Dbtif_core.c107 static tBTA_SERVICE_MASK btif_enabled_services = 0;
1360 tBTA_SERVICE_MASK btif_get_enabled_services_mask(void) in btif_get_enabled_services_mask()
1419 btif_enabled_services &= (tBTA_SERVICE_MASK)(~(1<<service_id)); in btif_disable_service()
Dbtif_storage.c536 tBTA_SERVICE_MASK service_mask = btif_get_enabled_services_mask(); in btif_storage_get_adapter_property()
542 &(tBTA_SERVICE_MASK)(1 << i)) in btif_storage_get_adapter_property()