Home
last modified time | relevance | path

Searched refs:fixed_chan (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_sock_l2cap.c83 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()
[all …]