-
- Downloads
Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pending
[ Upstream commit 4a5e0ba68676b3a77298cf646cd2b39c94fbd2f5 ] The Bluetooth Core spec does not allow a LE PA Create sync command to be sent to Controller if another one is pending (Vol 4, Part E, page 2493). In order to avoid this issue, the HCI_CONN_CREATE_PA_SYNC was added to mark that the LE PA Create Sync command has been sent for a hcon. Once the PA Sync Established event is received, the hcon flag is erased and the next pending hcon is handled. Signed-off-by:Iulia Tanasescu <iulia.tanasescu@nxp.com> Signed-off-by:
Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Stable-dep-of: 07a9342b94a9 ("Bluetooth: ISO: Send BIG Create Sync via hci_sync") Signed-off-by:
Sasha Levin <sashal@kernel.org>
Showing
- include/net/bluetooth/hci.h 2 additions, 1 deletioninclude/net/bluetooth/hci.h
- include/net/bluetooth/hci_core.h 34 additions, 0 deletionsinclude/net/bluetooth/hci_core.h
- net/bluetooth/hci_conn.c 85 additions, 38 deletionsnet/bluetooth/hci_conn.c
- net/bluetooth/hci_event.c 18 additions, 1 deletionnet/bluetooth/hci_event.c
Loading
Please register or sign in to comment