Searched refs:puuid (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.sbin/bluetooth/sdpd/
H A Dssar.c64 uint128_t uuid, puuid; local
221 memcpy(&puuid, &uuid_base, sizeof(puuid));
222 puuid.b[2] = provider->profile->uuid >> 8;
223 puuid.b[3] = provider->profile->uuid;
225 if (memcmp(&uuid, &puuid, sizeof(uuid)) != 0 &&
H A Dssr.c62 uint128_t uuid, puuid; local
189 memcpy(&puuid, &uuid_base, sizeof(puuid));
190 puuid.b[2] = provider->profile->uuid >> 8;
191 puuid.b[3] = provider->profile->uuid;
193 if (memcmp(&uuid, &puuid, sizeof(uuid)) == 0 ||

Completed in 104 milliseconds