Searched defs:bt_l2cap_chan_ops (Results 1 – 1 of 1) sorted by relevance
316 struct bt_l2cap_chan_ops { struct324 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 argument474 void (*seg_recv)(struct bt_l2cap_chan *chan, size_t sdu_len,