Home | History | Annotate | Download | only in pan

Lines Matching refs:uuid16

129         remote_uuid->uu.uuid16 = (UINT16)((remote_uuid->uu.uuid128[2] << 8) | remote_uuid->uu.uuid128[3]);
138 remote_uuid->uu.uuid16 = (UINT16)remote_uuid->uu.uuid32;
163 local_uuid->uu.uuid16 = (UINT16)((local_uuid->uu.uuid128[2] << 8) | local_uuid->uu.uuid128[3]);
172 local_uuid->uu.uuid16 = (UINT16)local_uuid->uu.uuid32;
184 handle, pan_cb.role, local_uuid->uu.uuid16, remote_uuid->uu.uuid16, is_role_change?"YES":"NO");
195 if (remote_uuid->uu.uuid16 != UUID_SERVCLASS_PANU &&
196 remote_uuid->uu.uuid16 != UUID_SERVCLASS_NAP &&
197 remote_uuid->uu.uuid16 != UUID_SERVCLASS_GN)
199 PAN_TRACE_ERROR ("Src UUID 0x%x is not valid", remote_uuid->uu.uuid16);
205 if (local_uuid->uu.uuid16 != UUID_SERVCLASS_PANU &&
206 local_uuid->uu.uuid16 != UUID_SERVCLASS_NAP &&
207 local_uuid->uu.uuid16 != UUID_SERVCLASS_GN)
209 PAN_TRACE_ERROR ("Dst UUID 0x%x is not valid", remote_uuid->uu.uuid16);
216 && local_uuid->uu.uuid16 == UUID_SERVCLASS_PANU) ||
218 && local_uuid->uu.uuid16 == UUID_SERVCLASS_GN) ||
220 && local_uuid->uu.uuid16 == UUID_SERVCLASS_NAP))
222 PAN_TRACE_ERROR ("PAN Connection failed because of unsupported destination UUID 0x%x", local_uuid->uu.uuid16);
228 if (local_uuid->uu.uuid16 == UUID_SERVCLASS_PANU)
230 else if (local_uuid->uu.uuid16 == UUID_SERVCLASS_GN)
241 if (pan_cb.num_conns > 1 && local_uuid->uu.uuid16 == UUID_SERVCLASS_PANU)
255 remote_uuid->uu.uuid16, local_uuid->uu.uuid16);
261 local_uuid->uu.uuid16 != UUID_SERVCLASS_NAP)
270 pcb->src_uuid = local_uuid->uu.uuid16;
271 pcb->dst_uuid = remote_uuid->uu.uuid16;
282 (local_uuid->uu.uuid16 == UUID_SERVCLASS_PANU ||
301 PAN_TRACE_EVENT ("PAN connection destination UUID is 0x%x", local_uuid->uu.uuid16);
304 pcb->src_uuid = local_uuid->uu.uuid16;
305 pcb->dst_uuid = remote_uuid->uu.uuid16;