HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_SERVICE_MASK (Results 1 - 15 of 15) sorted by null

  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 166 tBTA_SERVICE_MASK services;
177 tBTA_SERVICE_MASK services;
257 tBTA_SERVICE_MASK reg_services; /* services specified in register API */
258 tBTA_SERVICE_MASK open_services; /* services specified in open API */
354 extern UINT8 bta_ag_service_to_idx(tBTA_SERVICE_MASK services);
369 extern BOOLEAN bta_ag_sdp_find_attr(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service);
370 extern void bta_ag_do_disc(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service);
374 extern void bta_ag_start_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services);
375 extern void bta_ag_close_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services);
bta_ag_sdp.c 219 tBTA_SERVICE_MASK services;
257 tBTA_SERVICE_MASK services;
258 tBTA_SERVICE_MASK others = 0;
307 BOOLEAN bta_ag_sdp_find_attr(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service)
407 void bta_ag_do_disc(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service)
bta_ag_api.c 119 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,tBTA_AG_FEAT features,
183 void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services)
bta_ag_rfc.c 284 void bta_ag_start_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services)
325 void bta_ag_close_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services)
bta_ag_act.c 65 const tBTA_SERVICE_MASK bta_ag_svc_mask[BTA_AG_NUM_IDX] =
410 tBTA_SERVICE_MASK services;
466 services &= ~((tBTA_SERVICE_MASK)1 << (BTA_HSP_SERVICE_ID + i));
bta_ag_main.c 450 UINT8 bta_ag_service_to_idx(tBTA_SERVICE_MASK services)
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_common.h 178 tBTA_SERVICE_MASK btif_get_enabled_services_mask(void);
  /external/bluetooth/bluedroid/bta/include/
bta_ag_api.h 424 BTA_API void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,
452 BTA_API void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services);
bta_api.h 158 typedef UINT32 tBTA_SERVICE_MASK;
163 tBTA_SERVICE_MASK srvc_mask;
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 215 tBTA_SERVICE_MASK services;
229 tBTA_SERVICE_MASK services;
425 tBTA_SERVICE_MASK tm;
982 tBTA_SERVICE_MASK services;
983 tBTA_SERVICE_MASK services_to_search;
984 tBTA_SERVICE_MASK services_found;
    [all...]
bta_dm_api.c 377 void BTA_DmSearch(tBTA_DM_INQ *p_dm_inq, tBTA_SERVICE_MASK services, tBTA_DM_SEARCH_CBACK *p_cback)
430 void BTA_DmDiscover(BD_ADDR bd_addr, tBTA_SERVICE_MASK services,
716 tBTA_SERVICE_MASK trusted_mask, BOOLEAN is_trusted,
798 LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask,
1040 void BTA_GetEirService( UINT8 *p_eir, tBTA_SERVICE_MASK *p_services )
1047 tBTA_SERVICE_MASK mask;
    [all...]
bta_dm_act.c 78 tBTA_SERVICE_MASK *p_services_to_search,
79 tBTA_SERVICE_MASK *p_services_found);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 110 static tBTA_SERVICE_MASK btif_enabled_services = 0;
    [all...]
btif_dm.c     [all...]
btif_storage.c 624 tBTA_SERVICE_MASK service_mask = btif_get_enabled_services_mask();
630 &(tBTA_SERVICE_MASK)(1 << i))
    [all...]

Completed in 142 milliseconds