Home
last modified time | relevance | path

Searched refs:bt_rfcomm_session (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm.c50 struct bt_rfcomm_session, rtx_work)
58 struct bt_rfcomm_session, br_chan.chan)
60 static struct bt_rfcomm_session bt_rfcomm_pool[CONFIG_BT_MAX_CONN];
184 static struct bt_rfcomm_session *
190 struct bt_rfcomm_session *session = &bt_rfcomm_pool[i]; in rfcomm_sessions_lookup_bt_conn()
277 static void rfcomm_session_disconnected(struct bt_rfcomm_session *session) in rfcomm_session_disconnected()
313 static int rfcomm_send_cb(struct bt_rfcomm_session *session, struct net_buf *buf, in rfcomm_send_cb()
326 static int rfcomm_send(struct bt_rfcomm_session *session, struct net_buf *buf) in rfcomm_send()
331 static int rfcomm_send_sabm(struct bt_rfcomm_session *session, uint8_t dlci) in rfcomm_send_sabm()
351 static int rfcomm_send_disc(struct bt_rfcomm_session *session, uint8_t dlci) in rfcomm_send_disc()
[all …]
Drfcomm_internal.h20 struct bt_rfcomm_session { struct
/Zephyr-latest/include/zephyr/bluetooth/classic/
Drfcomm.h92 struct bt_rfcomm_session *session;