Lines Matching refs:bt_rfcomm_session

50 				     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()
372 static void rfcomm_session_disconnect(struct bt_rfcomm_session *session) in rfcomm_session_disconnect()
383 static struct net_buf *rfcomm_make_uih_msg(struct bt_rfcomm_session *session, in rfcomm_make_uih_msg()
409 struct bt_rfcomm_session *session = RFCOMM_SESSION(chan); in rfcomm_connected()
425 struct bt_rfcomm_session *session = RFCOMM_SESSION(chan); in rfcomm_disconnected()
437 struct bt_rfcomm_session *session = dlc->session; in rfcomm_dlc_rtx_timeout()
447 struct bt_rfcomm_session *session, in rfcomm_dlc_init()
467 static struct bt_rfcomm_dlc *rfcomm_dlc_accept(struct bt_rfcomm_session *session, in rfcomm_dlc_accept()
497 static int rfcomm_send_dm(struct bt_rfcomm_session *session, uint8_t dlci) in rfcomm_send_dm()
638 static int rfcomm_send_ua(struct bt_rfcomm_session *session, uint8_t dlci) in rfcomm_send_ua()
700 static int rfcomm_send_rpn(struct bt_rfcomm_session *session, uint8_t cr, in rfcomm_send_rpn()
716 static int rfcomm_send_test(struct bt_rfcomm_session *session, uint8_t cr, in rfcomm_send_test()
732 static int rfcomm_send_nsc(struct bt_rfcomm_session *session, uint8_t cmd_type) in rfcomm_send_nsc()
748 static int rfcomm_send_fcon(struct bt_rfcomm_session *session, uint8_t cr) in rfcomm_send_fcon()
761 static int rfcomm_send_fcoff(struct bt_rfcomm_session *session, uint8_t cr) in rfcomm_send_fcoff()
898 static void rfcomm_handle_sabm(struct bt_rfcomm_session *session, uint8_t dlci) in rfcomm_handle_sabm()
1030 static void rfcomm_handle_ua(struct bt_rfcomm_session *session, uint8_t dlci) in rfcomm_handle_ua()
1083 static void rfcomm_handle_dm(struct bt_rfcomm_session *session, uint8_t dlci) in rfcomm_handle_dm()
1098 static void rfcomm_handle_msc(struct bt_rfcomm_session *session, in rfcomm_handle_msc()
1138 static void rfcomm_handle_rls(struct bt_rfcomm_session *session, in rfcomm_handle_rls()
1161 static void rfcomm_handle_rpn(struct bt_rfcomm_session *session, in rfcomm_handle_rpn()
1207 static void rfcomm_handle_pn(struct bt_rfcomm_session *session, in rfcomm_handle_pn()
1282 static void rfcomm_handle_disc(struct bt_rfcomm_session *session, uint8_t dlci) in rfcomm_handle_disc()
1311 static void rfcomm_handle_msg(struct bt_rfcomm_session *session, in rfcomm_handle_msg()
1413 static void rfcomm_handle_data(struct bt_rfcomm_session *session, in rfcomm_handle_data()
1504 struct bt_rfcomm_session *session = RFCOMM_SESSION(chan); in rfcomm_recv()
1576 struct bt_rfcomm_session *session = RFCOMM_SESSION(chan); in rfcomm_encrypt_change()
1608 struct bt_rfcomm_session *session = SESSION_RTX(work); in rfcomm_session_rtx_timeout()
1625 static struct bt_rfcomm_session *rfcomm_session_new(bt_rfcomm_role_t role) in rfcomm_session_new()
1636 struct bt_rfcomm_session *session = &bt_rfcomm_pool[i]; in rfcomm_session_new()
1662 struct bt_rfcomm_session *session; in bt_rfcomm_dlc_connect()
1770 struct bt_rfcomm_session *session; in rfcomm_accept()