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

  /system/bt/btif/test/
btif_storage_test.cpp 54 size_t num_uuids = btif_split_uuids_string(s1, uuids, 2); local
55 EXPECT_EQ(num_uuids, 2u);
64 size_t num_uuids = btif_split_uuids_string(s1, uuids, 1); local
65 EXPECT_EQ(num_uuids, 1u);
  /system/bt/btif/src/
btif_storage.c 344 size_t num_uuids = btif_split_uuids_string(value, p_uuid, BT_MAX_NUM_UUIDS); local
345 prop->len = num_uuids * sizeof(bt_uuid_t);
553 size_t num_uuids = 0; local
554 while (str && num_uuids < max_uuids)
558 num_uuids++;
563 return num_uuids;
612 uint32_t num_uuids = 0; local
628 p_uuid+num_uuids);
629 num_uuids++;
635 p_uuid+num_uuids);
    [all...]
btif_dm.c 866 if (p_src_data->disc_res.num_uuids > 0)
871 p_src_data->disc_res.num_uuids*MAX_UUID_SIZE);
    [all...]
  /system/bt/stack/sdp/
sdp_db.c 605 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id, UINT16 num_uuids,
618 for (xx = 0; xx < num_uuids ; xx++, p_uuids++)
625 SDP_TRACE_WARNING ("SDP_AddUuidSequence - too long, add %d uuids of %d", xx, num_uuids);
    [all...]
sdp_discovery.c 72 static UINT8 *sdpu_build_uuid_seq (UINT8 *p_out, UINT16 num_uuids, tSDP_UUID *p_uuid_list)
85 for (xx = 0; xx < num_uuids; xx++, p_uuid_list++)
    [all...]
sdp_api.c 934 UINT16 num_uuids = 1; local
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c 1603 UINT32 num_uuids = 0; local
    [all...]
  /system/bt/stack/include/
sdp_api.h 506 UINT16 num_uuids, UINT16 *p_uuids);
  /system/bt/bta/include/
bta_api.h 1026 UINT32 num_uuids; member in struct:__anon71909
    [all...]

Completed in 543 milliseconds