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

  /system/bt/bta/hf_client/
bta_hf_client_sdp.cc 296 uint16_t num_uuid = 1; local
324 num_uuid, uuid_list, num_attr, attr_list);
  /system/bt/tools/bdtool/
adapter.c 207 size_t num_uuid; local
208 const Uuid* uuid = property_as_uuids(property, &num_uuid);
210 for (size_t i = 0; i < num_uuid; i++) {
  /system/bt/bta/ag/
bta_ag_sdp.cc 426 uint16_t num_uuid = 1; local
473 num_uuid = 2;
483 if (SDP_InitDiscoveryDb(p_scb->p_disc_db, BTA_AG_DISC_BUF_SIZE, num_uuid,
  /system/bt/bta/dm/
bta_dm_api.cc 205 p_msg->num_uuid = 0;
353 uint8_t num_uuid, max_num_uuid = 32; local
358 BTM_GetEirUuidList(p_eir, eir_len, Uuid::kNumBytes16, &num_uuid, uuid_list,
360 for (xx = 0; xx < num_uuid; xx++) {
593 ? (sizeof(tBTA_DM_API_DISCOVER) + sizeof(Uuid) * p_services->num_uuid)
605 p_msg->num_uuid = p_services->num_uuid;
606 if (p_services->num_uuid != 0) {
609 sizeof(Uuid) * p_services->num_uuid);
622 * peer device. When services.num_uuid is 0, it indicates al
    [all...]
bta_dm_act.cc 3251 uint8_t num_uuid; local
    [all...]
bta_dm_int.h 78 uint8_t num_uuid; member in struct:__anon1270
90 uint8_t num_uuid; member in struct:__anon1271
363 uint8_t num_uuid; member in struct:__anon1289
  /system/bt/stack/btm/
btm_inq.cc 2525 uint8_t num_uuid; local
    [all...]
  /system/bt/bta/include/
bta_api.h 145 uint8_t num_uuid; member in struct:__anon1424
    [all...]

Completed in 234 milliseconds