Home
last modified time | relevance | path

Searched defs:chans (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/src/
Ddut.c23 static struct bt_l2cap_le_chan chans[4]; variable
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
Dmain_l2cap_send_on_connect.c95 struct bt_l2cap_chan *chans[] = {&channel.chan, NULL}; in connect_l2cap_channel() local
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dmain_l2cap_userdata.c90 struct bt_l2cap_chan *chans[] = {&channel.chan, NULL}; in connect_l2cap_channel() local
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c198 struct bt_iso_chan *chans[CIS_ISO_CHAN_COUNT]; in cmd_cig_create() local
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c1652 struct bt_l2cap_chan *chans[BT_L2CAP_ECRED_CHAN_MAX_PER_REQ]; in le_ecred_reconf_req() local
2953 int bt_l2cap_ecred_chan_reconfigure(struct bt_l2cap_chan **chans, uint16_t mtu) in bt_l2cap_ecred_chan_reconfigure()
3042 int bt_l2cap_ecred_chan_reconfigure_explicit(struct bt_l2cap_chan **chans, size_t chan_count, in bt_l2cap_ecred_chan_reconfigure_explicit()
Dconn_internal.h401 struct bt_iso_chan **chans; member
Datt.c148 sys_slist_t chans; member
3764 struct bt_l2cap_chan *chans[CONFIG_BT_EATT_MAX + 1] = {}; in bt_eatt_reconfigure() local