Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Davdtp.c488 session->current_sep = sep; in avdtp_open_handler()
1030 if (session->current_sep != NULL) { in bt_avdtp_l2cap_accept()
1036 session->current_sep->session = session; in bt_avdtp_l2cap_accept()
1037 session->current_sep->chan.chan.ops = &ops; in bt_avdtp_l2cap_accept()
1038 session->current_sep->chan.rx.mtu = BT_L2CAP_RX_MTU; in bt_avdtp_l2cap_accept()
1039 session->current_sep->chan.required_sec_level = in bt_avdtp_l2cap_accept()
1041 *chan = &session->current_sep->chan.chan; in bt_avdtp_l2cap_accept()
1042 session->current_sep = NULL; in bt_avdtp_l2cap_accept()
Davdtp_internal.h221 struct bt_avdtp_sep *current_sep; member