Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
Dmain_l2cap_send_on_connect.c70 static const struct bt_l2cap_chan_ops l2cap_ops = { variable
81 channel.chan.ops = &l2cap_ops; in accept()
98 channel.chan.ops = &l2cap_ops; in connect_l2cap_channel()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dmain_l2cap_userdata.c62 static const struct bt_l2cap_chan_ops l2cap_ops = { variable
75 channel.chan.ops = &l2cap_ops; in accept()
93 channel.chan.ops = &l2cap_ops; in connect_l2cap_channel()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_l2cap.c155 static const struct bt_l2cap_chan_ops l2cap_ops = { variable
169 chan->chan.ops = &l2cap_ops; in l2cap_chan_init()
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Dbredr.c244 static const struct bt_l2cap_chan_ops l2cap_ops = { variable
252 .chan.ops = &l2cap_ops,
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c199 static const struct bt_l2cap_chan_ops l2cap_ops = { variable
264 chan->le.chan.ops = &l2cap_ops; in connect()
503 chan->le.chan.ops = &l2cap_ops; in accept()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c163 static const struct bt_l2cap_chan_ops l2cap_ops = { variable
173 .ch.chan.ops = &l2cap_ops,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c193 static const struct bt_l2cap_chan_ops l2cap_ops = { variable
217 chan->le.chan.ops = &l2cap_ops; in get_free_channel()