Searched refs:num_uuids (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_storage.c417 uint32_t num_uuids = 0; local
418 btif_in_split_uuids_string_to_list(value, p_uuid, &num_uuids);
419 prop->len = num_uuids * sizeof(bt_uuid_t);
623 uint32_t num_uuids = 0; local
639 p_uuid+num_uuids);
640 num_uuids++;
646 p_uuid+num_uuids);
647 num_uuids++;
652 p_uuid+num_uuids);
653 num_uuids
[all...]
H A Dbtif_dm.c613 if (p_src_data->disc_res.num_uuids > 0)
618 p_src_data->disc_res.num_uuids*MAX_UUID_SIZE);
1124 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0))
1127 prop.len = p_data->disc_res.num_uuids * MAX_UUID_SIZE;
1128 for (i=0; i < p_data->disc_res.num_uuids; i++)
1149 if(p_data->disc_res.num_uuids != 0)
1754 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0)) {
1755 param_len += (p_data->disc_res.num_uuids * MAX_UUID_SIZE);
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c619 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id, UINT16 num_uuids, argument
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);
H A Dsdp_api.c943 UINT16 num_uuids = 1; local
951 if ( SDP_InitDiscoveryDb(p_db, len, num_uuids, &init_uuid, 0, NULL) )
H A Dsdp_discovery.c71 static UINT8 *sdpu_build_uuid_seq (UINT8 *p_out, UINT16 num_uuids, tSDP_UUID *p_uuid_list) argument
84 for (xx = 0; xx < num_uuids; xx++, p_uuid_list++)
/external/bluetooth/bluedroid/stack/include/
H A Dsdp_api.h520 UINT16 num_uuids, UINT16 *p_uuids);
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c1643 UINT32 num_uuids = 0; local
1740 sdpu_uuid16_to_uuid128(tmp_svc, uuid_list[num_uuids]);
1741 num_uuids++;
1782 memcpy(uuid_list[num_uuids], temp_uuid.uu.uuid128, MAX_UUID_SIZE);
1783 num_uuids++;
1809 p_msg->disc_result.result.disc_res.num_uuids = num_uuids;
1811 if (num_uuids > 0) {
1812 p_msg->disc_result.result.disc_res.p_uuid_list = (UINT8*)GKI_getbuf(num_uuids*MAX_UUID_SIZE);
1815 num_uuids*MAX_UUID_SIZ
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h871 UINT32 num_uuids; member in struct:__anon676

Completed in 166 milliseconds