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

  /system/bt/tools/bdtool/
adapter.c 229 size_t num_uuid; local
230 const bt_uuid_t *uuid = property_as_uuids(property, &num_uuid);
232 for (size_t i = 0; i < num_uuid; i++) {
  /system/bt/bta/dm/
bta_dm_api.c 334 p_msg->num_uuid = 0;
596 UINT8 num_uuid, max_num_uuid = 32; local
601 BTM_GetEirUuidList( p_eir, LEN_UUID_16, &num_uuid, uuid_list, max_num_uuid);
602 for( xx = 0; xx < num_uuid; xx++ )
    [all...]
bta_dm_act.c 3798 UINT8 num_uuid; local
    [all...]
bta_dm_int.h 189 UINT8 num_uuid; member in struct:__anon68592
204 UINT8 num_uuid; member in struct:__anon68593
940 UINT8 num_uuid; member in struct:__anon68651
    [all...]
  /system/bt/bta/ag/
bta_ag_sdp.c 410 UINT16 num_uuid = 1; local
447 num_uuid = 2;
464 db_inited = SDP_InitDiscoveryDb(p_scb->p_disc_db, BTA_AG_DISC_BUF_SIZE, num_uuid,
  /system/bt/bta/hf_client/
bta_hf_client_sdp.c 309 UINT16 num_uuid = 1; local
342 db_inited = SDP_InitDiscoveryDb(bta_hf_client_cb.scb.p_disc_db, GKI_MAX_BUF_SIZE, num_uuid,
  /system/bt/stack/sdp/
sdp_api.c 54 ** num_uuid - (input) number of UUID filters applied
65 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len, UINT16 num_uuid,
73 num_attr > SDP_MAX_ATTR_FILTERS || num_uuid > SDP_MAX_UUID_FILTERS)
75 SDP_TRACE_ERROR("SDP_InitDiscoveryDb Illegal param: p_db 0x%x, len %d, num_uuid %d, num_attr %d",
76 (UINT32)p_db, len, num_uuid, num_attr);
88 for (xx = 0; xx < num_uuid; xx++)
91 p_db->num_uuid_filters = num_uuid;
    [all...]
  /system/bt/bta/jv/
bta_jv_api.c 240 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid,
251 p_msg->num_uuid = num_uuid;
252 memcpy(p_msg->uuid_list, p_uuid_list, num_uuid * sizeof(tSDP_UUID));
    [all...]
bta_jv_int.h 85 UINT16 num_uuid; member in struct:__anon69021
bta_jv_act.c 929 APPL_TRACE_DEBUG("call SDP_InitDiscoveryDb, p_data->start_discovery.num_uuid:%d",
930 p_data->start_discovery.num_uuid);
932 p_data->start_discovery.num_uuid, p_data->start_discovery.uuid_list, 0, NULL);
    [all...]
  /system/bt/stack/include/
sdp_api.h 200 UINT16 num_uuid,
btm_api.h     [all...]
  /system/bt/stack/btm/
btm_inq.c 2894 UINT8 num_uuid; local
    [all...]
  /system/bt/bta/include/
bta_jv_api.h 530 extern tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid,
    [all...]
bta_api.h 163 UINT8 num_uuid; member in struct:__anon68785
    [all...]
  /system/bt/btif/src/
btif_dm.c     [all...]

Completed in 407 milliseconds