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");
193 if (remote_uuid->uu.uuid16 != UUID_SERVCLASS_PANU &&
194 remote_uuid->uu.uuid16 != UUID_SERVCLASS_NAP &&
195 remote_uuid->uu.uuid16 != UUID_SERVCLASS_GN)
197 PAN_TRACE_ERROR ("Src UUID 0x%x is not valid", remote_uuid->uu.uuid16);
203 if (local_uuid->uu.uuid16 != UUID_SERVCLASS_PANU &&
204 local_uuid->uu.uuid16 != UUID_SERVCLASS_NAP &&
205 local_uuid->uu.uuid16 != UUID_SERVCLASS_GN)
207 PAN_TRACE_ERROR ("Dst UUID 0x%x is not valid", remote_uuid->uu.uuid16);
214 && local_uuid->uu.uuid16 == UUID_SERVCLASS_PANU) ||
216 && local_uuid->uu.uuid16 == UUID_SERVCLASS_GN) ||
218 && local_uuid->uu.uuid16 == UUID_SERVCLASS_NAP))
220 PAN_TRACE_ERROR ("PAN Connection failed because of unsupported destination UUID 0x%x", local_uuid->uu.uuid16);
226 if (local_uuid->uu.uuid16 == UUID_SERVCLASS_PANU)
228 else if (local_uuid->uu.uuid16 == UUID_SERVCLASS_GN)
239 if (pan_cb.num_conns > 1 && local_uuid->uu.uuid16 == UUID_SERVCLASS_PANU)
253 remote_uuid->uu.uuid16, local_uuid->uu.uuid16);
259 local_uuid->uu.uuid16 != UUID_SERVCLASS_NAP)
268 pcb->src_uuid = local_uuid->uu.uuid16;
269 pcb->dst_uuid = remote_uuid->uu.uuid16;
280 (local_uuid->uu.uuid16 == UUID_SERVCLASS_PANU ||
299 PAN_TRACE_EVENT ("PAN connection destination UUID is 0x%x", local_uuid->uu.uuid16);
302 pcb->src_uuid = local_uuid->uu.uuid16;
303 pcb->dst_uuid = remote_uuid->uu.uuid16;