Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Datt.c291 static void att_chan_mtu_updated(struct bt_att_chan *updated_chan);
3891 static void att_chan_mtu_updated(struct bt_att_chan *updated_chan) in att_chan_mtu_updated() argument
3893 struct bt_att *att = updated_chan->att; in att_chan_mtu_updated()
3899 if (chan == updated_chan) { in att_chan_mtu_updated()
3907 if ((updated_chan->chan.tx.mtu > max_tx) || in att_chan_mtu_updated()
3908 (updated_chan->chan.rx.mtu > max_rx)) { in att_chan_mtu_updated()
3909 max_tx = MAX(max_tx, updated_chan->chan.tx.mtu); in att_chan_mtu_updated()
3910 max_rx = MAX(max_rx, updated_chan->chan.rx.mtu); in att_chan_mtu_updated()