Home
last modified time | relevance | path

Searched refs:bt_l2cap_ecred_chan_reconfigure (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h595 int bt_l2cap_ecred_chan_reconfigure(struct bt_l2cap_chan **chans, uint16_t mtu);
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c305 err = bt_l2cap_ecred_chan_reconfigure(l2cap_ecred_chans, mtu); in cmd_ecred_reconfigure()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c434 return bt_l2cap_ecred_chan_reconfigure(reconf_channels, new_mtu); in change_mtu_on_channels()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c2953 int bt_l2cap_ecred_chan_reconfigure(struct bt_l2cap_chan **chans, uint16_t mtu) in bt_l2cap_ecred_chan_reconfigure() function
Datt.c3780 err = bt_l2cap_ecred_chan_reconfigure(&chans[offset], mtu); in bt_eatt_reconfigure()