Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: RFCOMM: Disconnect session after last dlc disconnection
As per the spec the station which disconnects last dlc should initiate session disconnection and then l2cap disconnection. < ACL Data TX: Handle 256 flags 0x00 dlen 8 Channel: 64 len 4 [PSM 3 mode 0] {chan 0} RFCOMM: Disconnect (DISC) (0x43) Address: 0x03 cr 1 dlci 0x00 Control: 0x53 poll/final 1 Length: 0 FCS: 0xfd > ACL Data RX: Handle 256 flags 0x02 dlen 8 Channel: 64 len 4 [PSM 3 mode 0] {chan 0} RFCOMM: Unnumbered Ack (UA) (0x63) Address: 0x01 cr 0 dlci 0x00 Control: 0x73 poll/final 1 Length: 0 FCS: 0xb6 Change-Id: I2d1d7d284995529d5d1522e0ca6082097db19bc2 Signed-off-by: Jaganath Kanakkassery <[email protected]>
- Loading branch information