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.cc81 unsigned fixed_chan : 1; // fixed channel (or psm?) member
258 if (!sock->fixed_chan) { in btsock_l2cap_free_l()
267 if (sock->fixed_chan) in btsock_l2cap_free_l()
273 if (sock->fixed_chan) in btsock_l2cap_free_l()
278 if (!sock->fixed_chan) { in btsock_l2cap_free_l()
467 accept_rs->fixed_chan = sock->fixed_chan; in on_srv_l2cap_psm_connect_l()
522 accept_rs->fixed_chan = sock->fixed_chan; in on_srv_l2cap_le_connect_l()
627 if (sock->fixed_chan && le_open->status == BTA_JV_SUCCESS) { in on_l2cap_connect()
633 } else if (!sock->fixed_chan && psm_open->status == BTA_JV_SUCCESS) { in on_l2cap_connect()
659 << (sock->fixed_chan ? ", fixed_chan:" : ", PSM: ") << sock->channel in on_l2cap_close()
[all …]