Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Dconn.h12 struct bt_conn { struct
14 struct bt_conn_info info; argument
18 void mock_bt_conn_disconnected(struct bt_conn *conn, uint8_t err); argument
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h214 struct bt_conn { struct
216 enum bt_conn_type type; argument
217 uint8_t role;
242 bt_conn_state_t state; argument
266 struct bt_conn_le le; argument
277 struct bt_conn_rv { argument
290 struct net_buf * (*tx_data_pull)(struct bt_conn *conn, argument
295 void (*get_and_clear_cb)(struct bt_conn *conn, struct net_buf *buf, argument
299 bool (*has_data)(struct bt_conn *conn); argument
305 sys_slist_t l2cap_data_ready;
[all …]