/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/ |
D | dut.c | 38 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
|
D | central.c | 26 static struct bt_l2cap_le_chan le_chan; variable
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/ |
D | tester.c | 33 static struct bt_l2cap_le_chan le_chan = { variable
|
D | dut.c | 78 static struct bt_l2cap_le_chan le_chan = { variable
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 118 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 …]
|
D | smp_null.c | 44 struct bt_l2cap_le_chan *le_chan = BT_L2CAP_LE_CHAN(chan); in bt_smp_recv() local
|
D | att.c | 3198 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/ |
D | main.c | 39 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/ |
D | main.c | 55 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/ |
D | main.c | 33 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/ |
D | main.c | 35 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/ |
D | dut.c | 32 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/ |
D | main.c | 95 struct bt_l2cap_le_chan *le_chan = &test_chan; in server_accept_cb() local
|