Lines Matching refs:bt_rfcomm_dlc
48 struct bt_rfcomm_dlc, rtx_work)
133 static struct bt_rfcomm_dlc *rfcomm_dlcs_lookup_dlci(struct bt_rfcomm_dlc *dlcs, in rfcomm_dlcs_lookup_dlci()
145 static struct bt_rfcomm_dlc *rfcomm_dlcs_remove_dlci(struct bt_rfcomm_dlc *dlcs, in rfcomm_dlcs_remove_dlci()
148 struct bt_rfcomm_dlc *tmp; in rfcomm_dlcs_remove_dlci()
221 static void rfcomm_dlc_tx_give_credits(struct bt_rfcomm_dlc *dlc, in rfcomm_dlc_tx_give_credits()
233 static void rfcomm_dlc_destroy(struct bt_rfcomm_dlc *dlc) in rfcomm_dlc_destroy()
246 static void rfcomm_dlc_disconnect(struct bt_rfcomm_dlc *dlc) in rfcomm_dlc_disconnect()
279 struct bt_rfcomm_dlc *dlc; in rfcomm_session_disconnected()
288 struct bt_rfcomm_dlc *next; in rfcomm_session_disconnected()
436 struct bt_rfcomm_dlc *dlc = DLC_RTX(work); in rfcomm_dlc_rtx_timeout()
446 static void rfcomm_dlc_init(struct bt_rfcomm_dlc *dlc, in rfcomm_dlc_init()
467 static struct bt_rfcomm_dlc *rfcomm_dlc_accept(struct bt_rfcomm_session *session, in rfcomm_dlc_accept()
471 struct bt_rfcomm_dlc *dlc; in rfcomm_dlc_accept()
519 static void rfcomm_check_fc(struct bt_rfcomm_dlc *dlc) in rfcomm_check_fc()
542 static void bt_rfcomm_tx_destroy(struct bt_rfcomm_dlc *dlc, struct net_buf *buf) in bt_rfcomm_tx_destroy()
557 struct bt_rfcomm_dlc *dlc; in rfcomm_sent()
565 dlc = (struct bt_rfcomm_dlc *)user_data; in rfcomm_sent()
574 struct bt_rfcomm_dlc *dlc = p1; in rfcomm_dlc_tx_thread()
658 static int rfcomm_send_msc(struct bt_rfcomm_dlc *dlc, uint8_t cr, in rfcomm_send_msc()
679 static int rfcomm_send_rls(struct bt_rfcomm_dlc *dlc, uint8_t cr, in rfcomm_send_rls()
774 static void rfcomm_dlc_connected(struct bt_rfcomm_dlc *dlc) in rfcomm_dlc_connected()
815 static enum security_result rfcomm_dlc_security(struct bt_rfcomm_dlc *dlc) in rfcomm_dlc_security()
846 static void rfcomm_dlc_drop(struct bt_rfcomm_dlc *dlc) in rfcomm_dlc_drop()
854 static int rfcomm_dlc_close(struct bt_rfcomm_dlc *dlc) in rfcomm_dlc_close()
907 struct bt_rfcomm_dlc *dlc; in rfcomm_handle_sabm()
944 static int rfcomm_send_pn(struct bt_rfcomm_dlc *dlc, uint8_t cr) in rfcomm_send_pn()
983 static int rfcomm_send_credit(struct bt_rfcomm_dlc *dlc, uint8_t credits) in rfcomm_send_credit()
1006 static int rfcomm_dlc_start(struct bt_rfcomm_dlc *dlc) in rfcomm_dlc_start()
1032 struct bt_rfcomm_dlc *dlc, *next; in rfcomm_handle_ua()
1085 struct bt_rfcomm_dlc *dlc; in rfcomm_handle_dm()
1102 struct bt_rfcomm_dlc *dlc; in rfcomm_handle_msc()
1143 struct bt_rfcomm_dlc *dlc; in rfcomm_handle_rls()
1211 struct bt_rfcomm_dlc *dlc; in rfcomm_handle_pn()
1284 struct bt_rfcomm_dlc *dlc; in rfcomm_handle_disc()
1391 static void rfcomm_dlc_update_credits(struct bt_rfcomm_dlc *dlc) in rfcomm_dlc_update_credits()
1417 struct bt_rfcomm_dlc *dlc; in rfcomm_handle_data()
1461 int bt_rfcomm_dlc_send(struct bt_rfcomm_dlc *dlc, struct net_buf *buf) in bt_rfcomm_dlc_send()
1578 struct bt_rfcomm_dlc *dlc, *next; in rfcomm_encrypt_change()
1659 int bt_rfcomm_dlc_connect(struct bt_conn *conn, struct bt_rfcomm_dlc *dlc, in bt_rfcomm_dlc_connect()
1741 int bt_rfcomm_dlc_disconnect(struct bt_rfcomm_dlc *dlc) in bt_rfcomm_dlc_disconnect()