Searched refs:MAX_UUID_SIZE (Results 1 - 10 of 10) sorted by relevance

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_utils.c642 for (xx = 4; xx < MAX_UUID_SIZE; xx++)
665 UINT8 nu1[MAX_UUID_SIZE];
666 UINT8 nu2[MAX_UUID_SIZE];
690 memcpy (nu1, p_uuid1, MAX_UUID_SIZE);
691 memcpy (nu2, sdp_base_uuid, MAX_UUID_SIZE);
698 return (memcmp (nu1, nu2, MAX_UUID_SIZE) == 0);
713 memcpy (nu2, p_uuid2, MAX_UUID_SIZE);
714 memcpy (nu1, sdp_base_uuid, MAX_UUID_SIZE);
721 return (memcmp (nu1, nu2, MAX_UUID_SIZE) == 0);
792 else if (!memcmp (p_btuuid->uu.uuid128, p_attr->attr_value.v.array, MAX_UUID_SIZE))
[all...]
H A Dsdpint.h96 UINT8 value[MAX_UUID_SIZE];
H A Dsdp_api.c439 memcpy(p_uuid->uu.uuid128, p_sattr->attr_value.v.array, MAX_UUID_SIZE);
453 memcpy(p_uuid->uu.uuid128, p_sattr->attr_value.v.array, MAX_UUID_SIZE);
H A Dsdp_discovery.c1008 p += MAX_UUID_SIZE - 4;
1014 p += MAX_UUID_SIZE - 4;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c494 p_src_data->disc_res.num_uuids*MAX_UUID_SIZE);
977 prop.len = p_data->disc_res.num_uuids * MAX_UUID_SIZE;
981 uuid_to_string((bt_uuid_t*)(p_data->disc_res.p_uuid_list + (i*MAX_UUID_SIZE)), temp);
1395 param_len += (p_data->disc_res.num_uuids * MAX_UUID_SIZE);
1702 sdp_uuid.len = MAX_UUID_SIZE;
1703 memcpy(sdp_uuid.uu.uuid128, uuid->uu, MAX_UUID_SIZE);
H A Dbtif_util.c126 memcpy(uuid128->uu, sdp_base_uuid, MAX_UUID_SIZE);
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h410 #define MAX_UUID_SIZE 16 macro
423 UINT8 uuid128[MAX_UUID_SIZE];
/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dbt_types.h396 #define MAX_UUID_SIZE 16 macro
409 UINT8 uuid128[MAX_UUID_SIZE];
/external/libnfc-nci/src/include/
H A Dbt_types.h396 #define MAX_UUID_SIZE 16 macro
409 UINT8 uuid128[MAX_UUID_SIZE];
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c1514 UINT8 uuid_list[32][MAX_UUID_SIZE]; // assuming a max of 32 services
1651 memcpy(uuid_list[num_uuids], temp_uuid.uu.uuid128, MAX_UUID_SIZE);
1681 p_msg->disc_result.result.disc_res.p_uuid_list = (UINT8*)GKI_getbuf(num_uuids*MAX_UUID_SIZE);
1684 num_uuids*MAX_UUID_SIZE);

Completed in 1956 milliseconds