Home | History | Annotate | Download | only in pan

Lines Matching full:uuid

86 **                  remote_uuid     - UUID of the source role (peer device role)
87 ** local_uuid - UUID of the destination role (local device role)
118 ** If the UUID is 16 bytes forst two bytes should be zeros
127 /* Extract the 16 bit equivalent of the UUID */
143 PAN_TRACE_ERROR0 ("PAN Connection failed because of wrong remote UUID ");
152 ** If the UUID is 16 bytes forst two bytes should be zeros
161 /* Extract the 16 bit equivalent of the UUID */
177 PAN_TRACE_ERROR0 ("PAN Connection failed because of wrong local UUID ");
182 PAN_TRACE_EVENT5 ("pan_conn_ind_cb - for handle %d, current role %d, dst uuid 0x%x, src uuid 0x%x, role change %s",
184 /* The acceptable UUID size is only 2 */
187 PAN_TRACE_ERROR1 ("PAN Connection failed because of wrong UUID size %d", remote_uuid->len);
193 /* Check if the source UUID is a valid one */
198 PAN_TRACE_ERROR1 ("Src UUID 0x%x is not valid", remote_uuid->uu.uuid16);
203 /* Check if the destination UUID is a valid one */
208 PAN_TRACE_ERROR1 ("Dst UUID 0x%x is not valid", remote_uuid->uu.uuid16);
221 PAN_TRACE_ERROR1 ("PAN Connection failed because of unsupported destination UUID 0x%x", local_uuid->uu.uuid16);
245 PAN_TRACE_ERROR0 ("Dst UUID should be either GN or NAP only because there are other connections");
300 PAN_TRACE_EVENT1 ("PAN connection destination UUID is 0x%x", local_uuid->uu.uuid16);
449 ** If the destination uuid is for NAP send to host system also
452 ** If the destination address is unknown and destination uuid is NAP
474 PAN_TRACE_DEBUG2 ("PAN received broadcast packet on handle %d, src uuid 0x%x",
584 PAN_TRACE_DEBUG2 ("PAN received broadcast packet on handle %d, src uuid 0x%x",