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.h39 struct bt_rfcomm_dlc_ops { struct
47 void (*connected)(struct bt_rfcomm_dlc *dlc);
57 void (*disconnected)(struct bt_rfcomm_dlc *dlc);
64 void (*recv)(struct bt_rfcomm_dlc *dlc, struct net_buf *buf);
93 struct bt_rfcomm_dlc_ops *ops; argument