Lines Matching +full:30 +full:ua
302 * For SABM, DISC, UA, DM frames: on Address, Control and length field.
457 if (sa->rfcomm_channel > 30) in ng_btsocket_rfcomm_bind()
511 if (sa->rfcomm_channel > 30) in ng_btsocket_rfcomm_connect()
821 if (pcb->channel > 30) in ng_btsocket_rfcomm_listen()
836 for (pcb->channel = 30; pcb->channel > 0; pcb->channel --) in ng_btsocket_rfcomm_listen()
1894 * case where a UA response is received with the F bit set to 0 then in ng_btsocket_rfcomm_receive_frame()
2126 * Process RFCOMM UA frame
2138 "%s: Got UA, session state=%d, flags=%#x, mtu=%d, dlci=%d\n", in ng_btsocket_rfcomm_receive_ua()
2156 "%s: Got UA for session in invalid state=%d(%d), flags=%#x, mtu=%d\n", in ng_btsocket_rfcomm_receive_ua()
2172 "%s: Got UA for dlci=%d, state=%d, flags=%#x\n", in ng_btsocket_rfcomm_receive_ua()
2192 "%s: Got UA for dlci=%d in invalid state=%d, flags=%#x\n", in ng_btsocket_rfcomm_receive_ua()
2201 "%s: Got UA for non-existing dlci=%d\n", __func__, dlci); in ng_btsocket_rfcomm_receive_ua()
2949 * Send RFCOMM SABM/DISC/UA/DM frames. Caller must hold s->session_mtx