Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Drfcomm.h56 struct bt_rfcomm_dlc_ops { struct
64 void (*connected)(struct bt_rfcomm_dlc *dlc);
74 void (*disconnected)(struct bt_rfcomm_dlc *dlc);
81 void (*recv)(struct bt_rfcomm_dlc *dlc, struct net_buf *buf);
110 struct bt_rfcomm_dlc_ops *ops; argument