Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/
Dots_l2cap.c56 len = MIN(l2cap_ctx->ot_chan.tx.mtu, CONFIG_BT_OTS_L2CAP_CHAN_TX_MTU); in ots_l2cap_send()
64 ret = bt_l2cap_chan_send(&l2cap_ctx->ot_chan.chan, buf); in ots_l2cap_send()
97 l2cap_ctx = CONTAINER_OF(l2chan, struct bt_gatt_ots_l2cap, ot_chan); in l2cap_sent()
123 l2cap_ctx = CONTAINER_OF(l2chan, struct bt_gatt_ots_l2cap, ot_chan); in l2cap_recv()
149 l2cap_ctx = CONTAINER_OF(l2chan, struct bt_gatt_ots_l2cap, ot_chan); in l2cap_disconnected()
180 if (l2cap_ctx->ot_chan.chan.conn) { in find_free_l2cap_ctx()
199 l2cap_chan_init(&l2cap_ctx->ot_chan); in l2cap_accept()
202 *chan = &l2cap_ctx->ot_chan.chan; in l2cap_accept()
235 return (l2cap_ctx->ot_chan.chan.conn == conn); in bt_gatt_ots_l2cap_is_open()
302 l2cap_chan_init(&ctx->ot_chan); in bt_gatt_ots_l2cap_connect()
[all …]
Dots_l2cap_internal.h28 struct bt_l2cap_le_chan ot_chan; member