Commit c734977
committed
Bluetooth: hci_event: Fix not marking Broadcast Sink BIS as connected
Upon receiving HCI_EVT_LE_BIG_SYNC_ESTABLISHED with status 0x00
(success) the corresponding BIS hci_conn state shall be set to
BT_CONNECTED otherwise they will be left with BT_OPEN which is invalid
at that point, also create the debugfs and sysfs entries following the
same logic as the likes of Broadcast Source BIS and CIS connections.
Fixes: f777d88 ("Bluetooth: ISO: Notify user space about failed bis connections")
Signed-off-by: Luiz Augusto von Dentz <[email protected]>1 parent 314d30b commit c734977
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6966 | 6966 | | |
6967 | 6967 | | |
6968 | 6968 | | |
| 6969 | + | |
6969 | 6970 | | |
| 6971 | + | |
| 6972 | + | |
6970 | 6973 | | |
6971 | 6974 | | |
6972 | 6975 | | |
| |||
0 commit comments