Home | History | Annotate | Download | only in pan

Lines Matching full:role

87 **                  remote_uuid     - UUID of the source role (peer device role)
88 ** local_uuid - UUID of the destination role (local device role)
89 ** is_role_change - Flag to indicate that it is a role change
105 ** If we are in GN or NAP role and have one or more
107 ** for user role reject it.
108 ** If we are in user role with one connection active
182 PAN_TRACE_EVENT ("pan_conn_ind_cb - for handle %d, current role %d, dst uuid 0x%x, src uuid 0x%x, role change %s",
183 handle, pan_cb.role, local_uuid->uu.uuid16, remote_uuid->uu.uuid16, is_role_change?"YES":"NO");
212 /* Check if currently we support the destination role requested */
213 if (((!(pan_cb.role & UUID_SERVCLASS_PANU))
215 ((!(pan_cb.role & UUID_SERVCLASS_GN))
217 ((!(pan_cb.role & UUID_SERVCLASS_NAP))
225 /* Requested destination role is */
234 ** Check if the new destination role is acceptable
242 ** so we cann't accept PANU role. Reject
252 PAN_TRACE_EVENT ("PAN Role changing New Src 0x%x Dst 0x%x",
266 /* Set the latest active PAN role */
275 /* If this a new connection and destination is PANU role and
277 ** If we have a connection in PANU role then reject it
300 /* Set the latest active PAN role */
326 ** is_role_change - flag to indicate that it is a role change
352 /* Check if this failure is for role change only */
373 /* If the connections destination role is NAP remove bridging */
383 /* Requested destination role is */
404 /* Create bridge if the destination role is NAP */