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

/system/bt/btif/src/
H A Dbtif_storage.c391 uint32_t num_uuids = 0; local
392 btif_in_split_uuids_string_to_list(value, p_uuid, &num_uuids);
393 prop->len = num_uuids * sizeof(bt_uuid_t);
640 uint32_t num_uuids = 0; local
656 p_uuid+num_uuids);
657 num_uuids++;
663 p_uuid+num_uuids);
664 num_uuids++;
669 p_uuid+num_uuids);
670 num_uuids
[all...]
H A Dbtif_dm.c819 if (p_src_data->disc_res.num_uuids > 0)
824 p_src_data->disc_res.num_uuids*MAX_UUID_SIZE);
1461 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0))
1464 prop.len = p_data->disc_res.num_uuids * MAX_UUID_SIZE;
1465 for (i=0; i < p_data->disc_res.num_uuids; i++)
1493 if (p_data->disc_res.num_uuids != 0)
2122 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0)) {
2123 param_len += (p_data->disc_res.num_uuids * MAX_UUID_SIZE);
/system/bt/stack/sdp/
H A Dsdp_db.c610 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id, UINT16 num_uuids, argument
628 for (xx = 0; xx < num_uuids ; xx++, p_uuids++)
635 SDP_TRACE_WARNING ("SDP_AddUuidSequence - too long, add %d uuids of %d", xx, num_uuids);
H A Dsdp_api.c929 UINT16 num_uuids = 1; local
937 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++)
/system/bt/stack/include/
H A Dsdp_api.h515 UINT16 num_uuids, UINT16 *p_uuids);
/system/bt/bta/dm/
H A Dbta_dm_act.c1577 UINT32 num_uuids = 0; local
1657 sdpu_uuid16_to_uuid128(tmp_svc, uuid_list[num_uuids]);
1658 num_uuids++;
1700 memcpy(uuid_list[num_uuids], temp_uuid.uu.uuid128, MAX_UUID_SIZE);
1701 num_uuids++;
1727 p_msg->disc_result.result.disc_res.num_uuids = num_uuids;
1729 if (num_uuids > 0) {
1730 p_msg->disc_result.result.disc_res.p_uuid_list = (UINT8*)GKI_getbuf(num_uuids*MAX_UUID_SIZE);
1733 num_uuids*MAX_UUID_SIZ
[all...]
/system/bt/bta/include/
H A Dbta_api.h1077 UINT32 num_uuids; member in struct:__anon321

Completed in 115 milliseconds