Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h316 struct bt_l2cap_chan_ops { struct
324 void (*connected)(struct bt_l2cap_chan *chan);
334 void (*disconnected)(struct bt_l2cap_chan *chan);
351 void (*encrypt_change)(struct bt_l2cap_chan *chan, uint8_t hci_status);
364 struct net_buf *(*alloc_seg)(struct bt_l2cap_chan *chan);
378 struct net_buf *(*alloc_buf)(struct bt_l2cap_chan *chan);
402 int (*recv)(struct bt_l2cap_chan *chan, struct net_buf *buf);
413 void (*sent)(struct bt_l2cap_chan *chan);
445 * This is an alternative to @ref bt_l2cap_chan_ops.recv. They cannot argument
474 void (*seg_recv)(struct bt_l2cap_chan *chan, size_t sdu_len,