Searched refs:tBTA_SERVICE_MASK (Results 1 – 14 of 14) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/ |
| D | bta_ag_int.h | 180 tBTA_SERVICE_MASK services; 191 tBTA_SERVICE_MASK services; 279 tBTA_SERVICE_MASK reg_services; /* services specified in register API */ 280 tBTA_SERVICE_MASK open_services; /* services specified in open API */ 385 extern UINT8 bta_ag_service_to_idx(tBTA_SERVICE_MASK services); 399 extern BOOLEAN bta_ag_sdp_find_attr(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service); 400 extern void bta_ag_do_disc(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service); 404 extern void bta_ag_start_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services); 405 extern void bta_ag_close_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services);
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
| D | bta_ag_sdp.c | 207 tBTA_SERVICE_MASK services; in bta_ag_create_records() 240 tBTA_SERVICE_MASK services; in bta_ag_del_records() 241 tBTA_SERVICE_MASK others = 0; in bta_ag_del_records() 286 BOOLEAN bta_ag_sdp_find_attr(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service) in bta_ag_sdp_find_attr() 367 void bta_ag_do_disc(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service) in bta_ag_do_disc()
|
| D | bta_ag_api.c | 111 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,tBTA_AG_FEAT features, in BTA_AgRegister() 168 void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services) in BTA_AgOpen()
|
| D | bta_ag_rfc.c | 273 void bta_ag_start_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services) in bta_ag_start_servers() 308 void bta_ag_close_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services) in bta_ag_close_servers()
|
| D | bta_ag_act.c | 66 const tBTA_SERVICE_MASK bta_ag_svc_mask[BTA_AG_NUM_IDX] = 370 tBTA_SERVICE_MASK services; in bta_ag_rfc_close() 412 services &= ~((tBTA_SERVICE_MASK)1 << (BTA_HSP_SERVICE_ID + i)); in bta_ag_rfc_close()
|
| D | bta_ag_main.c | 548 UINT8 bta_ag_service_to_idx(tBTA_SERVICE_MASK services) in bta_ag_service_to_idx()
|
| /hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/ |
| D | btc_dm.h | 63 tBTA_SERVICE_MASK btc_enabled_services;
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
| D | bta_ag_api.h | 500 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask, 528 void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services);
|
| D | bta_api.h | 159 typedef UINT32 tBTA_SERVICE_MASK; typedef 163 tBTA_SERVICE_MASK srvc_mask; 1165 tBTA_SERVICE_MASK services; /* Services found on peer device. */ 1863 extern void BTA_DmSearch(tBTA_DM_INQ *p_dm_inq, tBTA_SERVICE_MASK services, 1891 extern void BTA_DmDiscover(BD_ADDR bd_addr, tBTA_SERVICE_MASK services, 2086 LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask, 2118 extern void BTA_GetEirService( UINT8 *p_eir, tBTA_SERVICE_MASK *p_services );
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/ |
| D | bta_dm_int.h | 363 tBTA_SERVICE_MASK services; 377 tBTA_SERVICE_MASK services; 570 tBTA_SERVICE_MASK tm; 1505 tBTA_SERVICE_MASK services; 1506 tBTA_SERVICE_MASK services_to_search; 1507 tBTA_SERVICE_MASK services_found;
|
| /hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
| D | btc_dm.c | 622 tBTA_SERVICE_MASK btc_get_enabled_services_mask(void) in btc_get_enabled_services_mask() 685 btc_dm_cb.btc_enabled_services &= (tBTA_SERVICE_MASK)(~(1 << service_id)); in btc_dm_disable_service() 781 tBTA_SERVICE_MASK service_mask = btc_get_enabled_services_mask(); in btc_dm_sec_cb_handler() 784 (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK(i))) { in btc_dm_sec_cb_handler()
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
| D | bta_dm_act.c | 86 tBTA_SERVICE_MASK *p_services_to_search, 87 tBTA_SERVICE_MASK *p_services_found); 2019 … (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK(bta_dm_search_cb.service_index - 1)); in bta_dm_sdp_result() 2450 …tBTA_SERVICE_MASK this_service_mask = (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK(bta_dm_se… in bta_dm_find_services() 2482 … (tBTA_SERVICE_MASK)(~(BTA_SERVICE_ID_TO_SERVICE_MASK(bta_dm_search_cb.service_index))); in bta_dm_find_services() 2490 … (tBTA_SERVICE_MASK)(~(BTA_SERVICE_ID_TO_SERVICE_MASK(bta_dm_search_cb.service_index))); in bta_dm_find_services() 4392 tBTA_SERVICE_MASK *p_services_to_search, in bta_dm_eir_search_services() 4393 tBTA_SERVICE_MASK *p_services_found) in bta_dm_eir_search_services() 4395 tBTA_SERVICE_MASK service_index = 0; in bta_dm_eir_search_services() 4414 & (tBTA_SERVICE_MASK)(BTA_SERVICE_ID_TO_SERVICE_MASK(service_index))) { in bta_dm_eir_search_services() [all …]
|
| D | bta_dm_api.c | 458 void BTA_DmSearch(tBTA_DM_INQ *p_dm_inq, tBTA_SERVICE_MASK services, tBTA_DM_SEARCH_CBACK *p_cback) in BTA_DmSearch() 510 void BTA_DmDiscover(BD_ADDR bd_addr, tBTA_SERVICE_MASK services, in BTA_DmDiscover() 849 tBTA_SERVICE_MASK trusted_mask, BOOLEAN is_trusted, in BTA_DmAddDevice() 930 void BTA_GetEirService( UINT8 *p_eir, tBTA_SERVICE_MASK *p_services ) in BTA_GetEirService() 936 tBTA_SERVICE_MASK mask; in BTA_GetEirService()
|
| /hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
| D | btc_gap_bt.c | 82 tBTA_SERVICE_MASK services = 0; in btc_gap_bt_start_discovery()
|