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

  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 412 uint32_t num_uuids = 0; local
413 btif_in_split_uuids_string_to_list(value, p_uuid, &num_uuids);
414 prop->len = num_uuids * sizeof(bt_uuid_t);
618 uint32_t num_uuids = 0; local
634 p_uuid+num_uuids);
635 num_uuids++;
641 p_uuid+num_uuids);
642 num_uuids++;
647 p_uuid+num_uuids);
648 num_uuids++
    [all...]
btif_dm.c 593 if (p_src_data->disc_res.num_uuids > 0)
598 p_src_data->disc_res.num_uuids*MAX_UUID_SIZE);
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 619 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id, UINT16 num_uuids,
637 for (xx = 0; xx < num_uuids ; xx++, p_uuids++)
644 SDP_TRACE_WARNING2 ("SDP_AddUuidSequence - too long, add %d uuids of %d", xx, num_uuids);
    [all...]
sdp_discovery.c 71 static UINT8 *sdpu_build_uuid_seq (UINT8 *p_out, UINT16 num_uuids, tSDP_UUID *p_uuid_list)
84 for (xx = 0; xx < num_uuids; xx++, p_uuid_list++)
    [all...]
sdp_api.c 939 UINT16 num_uuids = 1; local
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 1632 UINT32 num_uuids = 0; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 520 UINT16 num_uuids, UINT16 *p_uuids);
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 867 UINT32 num_uuids; member in struct:__anon2636
    [all...]

Completed in 575 milliseconds