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

  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 392 uint32_t num_uuids = 0; local
393 btif_in_split_uuids_string_to_list(value, p_uuid, &num_uuids);
394 prop->len = num_uuids * sizeof(bt_uuid_t);
621 uint32_t num_uuids = 0; local
637 p_uuid+num_uuids);
638 num_uuids++;
644 p_uuid+num_uuids);
645 num_uuids++;
650 p_uuid+num_uuids);
651 num_uuids++
    [all...]
btif_dm.c 767 if (p_src_data->disc_res.num_uuids > 0)
772 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_WARNING ("SDP_AddUuidSequence - too long, add %d uuids of %d", xx, num_uuids);
    [all...]
sdp_api.c 947 UINT16 num_uuids = 1; local
    [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...]
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 520 UINT16 num_uuids, UINT16 *p_uuids);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 1655 UINT32 num_uuids = 0; local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 1089 UINT32 num_uuids; member in struct:__anon5345
    [all...]

Completed in 781 milliseconds