Lines Matching refs:fixed_chan
83 unsigned fixed_chan :1; //fixed channel (or psm?) member
280 if (sock->fixed_chan) in btsock_l2cap_free_l()
286 if (sock->fixed_chan) in btsock_l2cap_free_l()
471 accept_rs->fixed_chan = sock->fixed_chan; in on_srv_l2cap_psm_connect_l()
520 accept_rs->fixed_chan = sock->fixed_chan; in on_srv_l2cap_le_connect_l()
590 if (sock->fixed_chan && le_open->status == BTA_JV_SUCCESS) { in on_l2cap_connect()
595 } else if (!sock->fixed_chan && psm_open->status == BTA_JV_SUCCESS) { in on_l2cap_connect()
615 sock->id, sock->our_fd, sock->fixed_chan ? "fixed_chan" : "PSM", in on_l2cap_close()
619 if(!sock->fixed_chan && (sock->server == TRUE)) { in on_l2cap_close()
705 if (sock->fixed_chan) { /* we do these differently */ in on_l2cap_data_ind()
850 if (sock->fixed_chan) { in btSock_start_l2cap_server_l()
895 int fixed_chan = 1; in btsock_l2cap_listen_or_connect() local
905 fixed_chan = 0; in btsock_l2cap_listen_or_connect()
907 fixed_chan = (channel & L2CAP_MASK_FIXED_CHANNEL) != 0; in btsock_l2cap_listen_or_connect()
924 sock->fixed_chan = fixed_chan; in btsock_l2cap_listen_or_connect()
942 if (fixed_chan) { in btsock_l2cap_listen_or_connect()
1073 if (sock->fixed_chan) { in btsock_l2cap_signaled()