Lines Matching defs:session

195 		struct bt_rfcomm_session *session = &bt_rfcomm_pool[i];  in rfcomm_sessions_lookup_bt_conn()  local
284 static void rfcomm_session_disconnected(struct bt_rfcomm_session *session) in rfcomm_session_disconnected()
320 static int rfcomm_send_sabm(struct bt_rfcomm_session *session, u8_t dlci) in rfcomm_send_sabm()
340 static int rfcomm_send_disc(struct bt_rfcomm_session *session, u8_t dlci) in rfcomm_send_disc()
361 static void rfcomm_session_disconnect(struct bt_rfcomm_session *session) in rfcomm_session_disconnect()
372 static struct net_buf *rfcomm_make_uih_msg(struct bt_rfcomm_session *session, in rfcomm_make_uih_msg()
398 struct bt_rfcomm_session *session = RFCOMM_SESSION(chan); in rfcomm_connected() local
414 struct bt_rfcomm_session *session = RFCOMM_SESSION(chan); in rfcomm_disconnected() local
426 struct bt_rfcomm_session *session = dlc->session; in rfcomm_dlc_rtx_timeout() local
436 struct bt_rfcomm_session *session, in rfcomm_dlc_init()
456 static struct bt_rfcomm_dlc *rfcomm_dlc_accept(struct bt_rfcomm_session *session, in rfcomm_dlc_accept()
486 static int rfcomm_send_dm(struct bt_rfcomm_session *session, u8_t dlci) in rfcomm_send_dm()
594 static int rfcomm_send_ua(struct bt_rfcomm_session *session, u8_t dlci) in rfcomm_send_ua()
656 static int rfcomm_send_rpn(struct bt_rfcomm_session *session, u8_t cr, in rfcomm_send_rpn()
672 static int rfcomm_send_test(struct bt_rfcomm_session *session, u8_t cr, in rfcomm_send_test()
688 static int rfcomm_send_nsc(struct bt_rfcomm_session *session, u8_t cmd_type) in rfcomm_send_nsc()
704 static int rfcomm_send_fcon(struct bt_rfcomm_session *session, u8_t cr) in rfcomm_send_fcon()
717 static int rfcomm_send_fcoff(struct bt_rfcomm_session *session, u8_t cr) in rfcomm_send_fcoff()
847 static void rfcomm_handle_sabm(struct bt_rfcomm_session *session, u8_t dlci) in rfcomm_handle_sabm()
979 static void rfcomm_handle_ua(struct bt_rfcomm_session *session, u8_t dlci) in rfcomm_handle_ua()
1032 static void rfcomm_handle_dm(struct bt_rfcomm_session *session, u8_t dlci) in rfcomm_handle_dm()
1047 static void rfcomm_handle_msc(struct bt_rfcomm_session *session, in rfcomm_handle_msc()
1087 static void rfcomm_handle_rls(struct bt_rfcomm_session *session, in rfcomm_handle_rls()
1110 static void rfcomm_handle_rpn(struct bt_rfcomm_session *session, in rfcomm_handle_rpn()
1156 static void rfcomm_handle_pn(struct bt_rfcomm_session *session, in rfcomm_handle_pn()
1231 static void rfcomm_handle_disc(struct bt_rfcomm_session *session, u8_t dlci) in rfcomm_handle_disc()
1260 static void rfcomm_handle_msg(struct bt_rfcomm_session *session, in rfcomm_handle_msg()
1362 static void rfcomm_handle_data(struct bt_rfcomm_session *session, in rfcomm_handle_data()
1453 struct bt_rfcomm_session *session = RFCOMM_SESSION(chan); in rfcomm_recv() local
1515 struct bt_rfcomm_session *session = RFCOMM_SESSION(chan); in rfcomm_encrypt_change() local
1548 struct bt_rfcomm_session *session = SESSION_RTX(work); in rfcomm_session_rtx_timeout() local
1576 struct bt_rfcomm_session *session = &bt_rfcomm_pool[i]; in rfcomm_session_new() local
1602 struct bt_rfcomm_session *session; in bt_rfcomm_dlc_connect() local
1709 struct bt_rfcomm_session *session; in rfcomm_accept() local