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
682 static void raise_data_ready(struct bt_l2cap_le_chan *le_chan) in raise_data_ready()
695 static void lower_data_ready(struct bt_l2cap_le_chan *le_chan) in lower_data_ready()
709 static void cancel_data_ready(struct bt_l2cap_le_chan *le_chan) in cancel_data_ready()
720 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.c3198 struct bt_l2cap_le_chan *le_chan = BT_L2CAP_LE_CHAN(chan); in bt_att_connected() local
3215 struct bt_l2cap_le_chan *le_chan = BT_L2CAP_LE_CHAN(chan); in bt_att_disconnected() local
3271 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.c39 struct bt_l2cap_le_chan le_chan; member
47 struct bt_l2cap_le_chan *le_chan = CONTAINER_OF(chan, struct bt_l2cap_le_chan, chan); in get_ctx() local
145 struct bt_l2cap_le_chan *le_chan = &contexts[i].le_chan; in alloc_test_context() local
169 struct bt_l2cap_le_chan *le_chan = &ctx->le_chan; in server_accept_cb() local
326 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.c55 struct bt_l2cap_le_chan le_chan; member
63 struct bt_l2cap_le_chan *le_chan = CONTAINER_OF(chan, struct bt_l2cap_le_chan, chan); in get_ctx() local
199 struct bt_l2cap_le_chan *le_chan = &contexts[i].le_chan; in alloc_test_context() local
224 struct bt_l2cap_le_chan *le_chan = &ctx->le_chan; in server_accept_cb() local
396 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.c33 struct bt_l2cap_le_chan le_chan; member
142 struct bt_l2cap_le_chan *le_chan = &test_ctx.le_chan; in server_accept_cb() local
331 struct bt_l2cap_le_chan *le_chan = &test_ctx.le_chan; in connect_l2cap_channel() local
357 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.c35 struct bt_l2cap_le_chan le_chan; member
142 struct bt_l2cap_le_chan *le_chan = &test_ctx.le_chan; in server_accept_cb() local
318 struct bt_l2cap_le_chan *le_chan = &test_ctx.le_chan; in connect_l2cap_channel() local
334 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.c95 struct bt_l2cap_le_chan *le_chan = &test_chan; in server_accept_cb() local