Lines Matching full:dlc
583 * DLC to the session in ng_btsocket_rfcomm_connect()
736 panic("%s: timeout on closed DLC, flags=%#x\n", in ng_btsocket_rfcomm_detach()
782 * Just change DLC state and enqueue RFCOMM task. It will in ng_btsocket_rfcomm_disconnect()
783 * queue and send DISC on the DLC. in ng_btsocket_rfcomm_disconnect()
797 panic("%s: Invalid DLC state=%d, flags=%#x\n", in ng_btsocket_rfcomm_disconnect()
959 /* Make sure DLC is connected */ in ng_btsocket_rfcomm_send()
1048 panic("%s: DLC list is not empty\n", __func__); in ng_btsocket_rfcomm_sessions_task()
1190 /* Link new DLC to the session. We already hold s->session_mtx */ in ng_btsocket_rfcomm_connect_ind()
1216 * will unlink DLC from the session in ng_btsocket_rfcomm_connect_cfm()
1656 * will unlink DLC from the session in ng_btsocket_rfcomm_session_clean()
1693 * will unlink DLC from the session in ng_btsocket_rfcomm_session_process_pcb()
1702 * If DLC in W4_CONNECT state then we should check for both in ng_btsocket_rfcomm_session_process_pcb()
1714 * If DLC in CONFIGURING or CONNECTING state then we only in ng_btsocket_rfcomm_session_process_pcb()
1716 * DLC will be moved into DISCONNECTING state. in ng_btsocket_rfcomm_session_process_pcb()
1726 * If DLC in CONNECTED state then we need to send data (if any) in ng_btsocket_rfcomm_session_process_pcb()
1741 * If DLC in DISCONNECTING state then we must send DISC frame. in ng_btsocket_rfcomm_session_process_pcb()
1742 * Note that if DLC has timeout set then we do not need to in ng_btsocket_rfcomm_session_process_pcb()
1764 panic("%s: Invalid DLC state=%d, flags=%#x\n", in ng_btsocket_rfcomm_session_process_pcb()
2227 /* Disconnect all dlc's on the session */ in ng_btsocket_rfcomm_receive_dm()
2323 /* Send more from the DLC. XXX check for errors? */ in ng_btsocket_rfcomm_receive_uih()
2617 /* Send more data from DLC. XXX check for errors? */ in ng_btsocket_rfcomm_receive_msc()
2903 * In the PN request sent prior to a DLC establishment, this field must contain
2909 * 1.0B.) If a PN request is sent on an already open DLC, then this field must
2911 * than once per DLC activation. A responding implementation must set this
3284 * Unlink and disconnect DLC. If ng_btsocket_rfcomm_pcb_kill() returns
3295 "%s: Killing DLC, so=%p, dlci=%d, state=%d, flags=%#x, error=%d\n", in ng_btsocket_rfcomm_pcb_kill()
3299 panic("%s: DLC without session, pcb=%p, state=%d, flags=%#x\n", in ng_btsocket_rfcomm_pcb_kill()
3308 /* Detach DLC from the session. Does not matter which state DLC in */ in ng_btsocket_rfcomm_pcb_kill()
3312 /* Change DLC state and wakeup all sleepers */ in ng_btsocket_rfcomm_pcb_kill()
3476 "%s: DLC timeout in invalid state, dlci=%d, state=%d, flags=%#x\n", in ng_btsocket_rfcomm_process_timeout()