Home
last modified time | relevance | path

Searched defs:le_chan (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/
Ddut.c38 struct bt_l2cap_le_chan le_chan; member
92 struct bt_l2cap_le_chan *le_chan = CONTAINER_OF(chan, struct bt_l2cap_le_chan, chan); in get_ctx_from_chan() local
113 struct bt_l2cap_le_chan *le_chan = CONTAINER_OF(chan, struct bt_l2cap_le_chan, chan); in l2cap_chan_connected_cb() local
134 static int connect_l2cap_channel(struct bt_conn *conn, struct bt_l2cap_le_chan *le_chan) in connect_l2cap_channel()
158 struct bt_l2cap_le_chan *le_chan = &context->le_chan; in alloc_ctx() local
Dcentral.c26 static struct bt_l2cap_le_chan le_chan; variable
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/
Dtester.c33 static struct bt_l2cap_le_chan le_chan = { variable
Ddut.c78 static struct bt_l2cap_le_chan le_chan = { variable
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c118 struct bt_l2cap_le_chan *le_chan = BT_L2CAP_LE_CHAN(chan); in l2cap_chan_alloc_cid() local
200 struct bt_l2cap_le_chan *le_chan = BT_L2CAP_LE_CHAN(chan); in bt_l2cap_chan_set_state_debug() local
253 struct bt_l2cap_le_chan *le_chan = BT_L2CAP_LE_CHAN(chan); in bt_l2cap_chan_del() local
337 static void init_le_chan_private(struct bt_l2cap_le_chan *le_chan) in init_le_chan_private()
357 struct bt_l2cap_le_chan *le_chan; in l2cap_chan_add() local
405 struct bt_l2cap_le_chan *le_chan; in bt_l2cap_connected() local
687 static void raise_data_ready(struct bt_l2cap_le_chan *le_chan) in raise_data_ready()
700 static void lower_data_ready(struct bt_l2cap_le_chan *le_chan) in lower_data_ready()
714 static void cancel_data_ready(struct bt_l2cap_le_chan *le_chan) in cancel_data_ready()
725 int bt_l2cap_send_pdu(struct bt_l2cap_le_chan *le_chan, struct net_buf *pdu, in bt_l2cap_send_pdu()
[all …]
Dsmp_null.c44 struct bt_l2cap_le_chan *le_chan = BT_L2CAP_LE_CHAN(chan); in bt_smp_recv() local
Datt.c3228 struct bt_l2cap_le_chan *le_chan = BT_L2CAP_LE_CHAN(chan); in bt_att_connected() local
3245 struct bt_l2cap_le_chan *le_chan = BT_L2CAP_LE_CHAN(chan); in bt_att_disconnected() local
3301 struct bt_l2cap_le_chan *le_chan = BT_L2CAP_LE_CHAN(chan); in bt_att_encrypt_change() local
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c49 struct bt_l2cap_le_chan le_chan; member
57 struct bt_l2cap_le_chan *le_chan = CONTAINER_OF(chan, struct bt_l2cap_le_chan, chan); in get_ctx() local
155 struct bt_l2cap_le_chan *le_chan = &contexts[i].le_chan; in alloc_test_context() local
179 struct bt_l2cap_le_chan *le_chan = &ctx->le_chan; in server_accept_cb() local
336 struct bt_l2cap_le_chan *le_chan = &ctx->le_chan; in connect_l2cap_channel() local
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c64 struct bt_l2cap_le_chan le_chan; member
72 struct bt_l2cap_le_chan *le_chan = CONTAINER_OF(chan, struct bt_l2cap_le_chan, chan); in get_ctx() local
207 struct bt_l2cap_le_chan *le_chan = &contexts[i].le_chan; in alloc_test_context() local
232 struct bt_l2cap_le_chan *le_chan = &ctx->le_chan; in server_accept_cb() local
404 struct bt_l2cap_le_chan *le_chan = &ctx->le_chan; in connect_l2cap_channel() local
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dmain.c43 struct bt_l2cap_le_chan le_chan; member
153 struct bt_l2cap_le_chan *le_chan = &test_ctx.le_chan; in server_accept_cb() local
342 struct bt_l2cap_le_chan *le_chan = &test_ctx.le_chan; in connect_l2cap_channel() local
368 struct bt_l2cap_le_chan *le_chan = &test_ctx.le_chan; in connect_l2cap_ecred_channel() local
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dmain.c45 struct bt_l2cap_le_chan le_chan; member
152 struct bt_l2cap_le_chan *le_chan = &test_ctx.le_chan; in server_accept_cb() local
328 struct bt_l2cap_le_chan *le_chan = &test_ctx.le_chan; in connect_l2cap_channel() local
344 struct bt_l2cap_le_chan *le_chan = &test_ctx.le_chan; in connect_l2cap_ecred_channel() local
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/src/
Ddut.c32 struct bt_l2cap_le_chan le_chan; member
88 struct bt_l2cap_le_chan *le_chan = &tester->le_chan; in server_accept_cb() local
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/src/
Dmain.c96 struct bt_l2cap_le_chan *le_chan = &test_chan; in server_accept_cb() local