Home | History | Annotate | Download | only in pan

Lines Matching refs:uuid16

128         remote_uuid->uu.uuid16 = (UINT16)((remote_uuid->uu.uuid128[2] << 8) | remote_uuid->uu.uuid128[3]);
137 remote_uuid->uu.uuid16 = (UINT16)remote_uuid->uu.uuid32;
162 local_uuid->uu.uuid16 = (UINT16)((local_uuid->uu.uuid128[2] << 8) | local_uuid->uu.uuid128[3]);
171 local_uuid->uu.uuid16 = (UINT16)local_uuid->uu.uuid32;
183 handle, pan_cb.role, local_uuid->uu.uuid16, remote_uuid->uu.uuid16, is_role_change?"YES":"NO");
194 if (remote_uuid->uu.uuid16 != UUID_SERVCLASS_PANU &&
195 remote_uuid->uu.uuid16 != UUID_SERVCLASS_NAP &&
196 remote_uuid->uu.uuid16 != UUID_SERVCLASS_GN)
198 PAN_TRACE_ERROR1 ("Src UUID 0x%x is not valid", remote_uuid->uu.uuid16);
204 if (local_uuid->uu.uuid16 != UUID_SERVCLASS_PANU &&
205 local_uuid->uu.uuid16 != UUID_SERVCLASS_NAP &&
206 local_uuid->uu.uuid16 != UUID_SERVCLASS_GN)
208 PAN_TRACE_ERROR1 ("Dst UUID 0x%x is not valid", remote_uuid->uu.uuid16);
215 && local_uuid->uu.uuid16 == UUID_SERVCLASS_PANU) ||
217 && local_uuid->uu.uuid16 == UUID_SERVCLASS_GN) ||
219 && local_uuid->uu.uuid16 == UUID_SERVCLASS_NAP))
221 PAN_TRACE_ERROR1 ("PAN Connection failed because of unsupported destination UUID 0x%x", local_uuid->uu.uuid16);
227 if (local_uuid->uu.uuid16 == UUID_SERVCLASS_PANU)
229 else if (local_uuid->uu.uuid16 == UUID_SERVCLASS_GN)
240 if (pan_cb.num_conns > 1 && local_uuid->uu.uuid16 == UUID_SERVCLASS_PANU)
254 remote_uuid->uu.uuid16, local_uuid->uu.uuid16);
260 local_uuid->uu.uuid16 != UUID_SERVCLASS_NAP)
269 pcb->src_uuid = local_uuid->uu.uuid16;
270 pcb->dst_uuid = remote_uuid->uu.uuid16;
281 (local_uuid->uu.uuid16 == UUID_SERVCLASS_PANU ||
300 PAN_TRACE_EVENT1 ("PAN connection destination UUID is 0x%x", local_uuid->uu.uuid16);
303 pcb->src_uuid = local_uuid->uu.uuid16;
304 pcb->dst_uuid = remote_uuid->uu.uuid16;