Searched refs:current_sep (Results 1 – 2 of 2) sorted by relevance
600 session->current_sep = sep; in avdtp_open_handler()1225 if (session->current_sep != NULL) { in bt_avdtp_l2cap_accept()1226 session->current_sep->session = session; in bt_avdtp_l2cap_accept()1227 session->current_sep->chan.chan.ops = &stream_chan_ops; in bt_avdtp_l2cap_accept()1228 session->current_sep->chan.rx.mtu = BT_L2CAP_RX_MTU; in bt_avdtp_l2cap_accept()1229 session->current_sep->chan.required_sec_level = BT_SECURITY_L2; in bt_avdtp_l2cap_accept()1230 *chan = &session->current_sep->chan.chan; in bt_avdtp_l2cap_accept()1231 session->current_sep = NULL; in bt_avdtp_l2cap_accept()
215 struct bt_avdtp_sep *current_sep; member