Searched hist:f764a6c2c1e446f560faa3232271a0637369170b (Results 1 – 3 of 3) sorted by relevance
/linux/include/net/bluetooth/ |
H A D | iso.h | diff f764a6c2c1e446f560faa3232271a0637369170b Wed Mar 09 22:14:41 CET 2022 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: ISO: Add broadcast support
This adds broadcast support for BTPROTO_ISO by extending the sockaddr_iso with a new struct sockaddr_iso_bc where the socket user can set the broadcast address when receiving, the SID and the BIS indexes it wants to synchronize.
When using BTPROTO_ISO for broadcast the roles are:
Broadcaster -> uses connect with address set to BDADDR_ANY: > tools/isotest -s 00:00:00:00:00:00
Broadcast Receiver -> uses listen with address set to broadcaster: > tools/isotest -d 00:AA:01:00:00:00
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|
H A D | bluetooth.h | diff f764a6c2c1e446f560faa3232271a0637369170b Wed Mar 09 22:14:41 CET 2022 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: ISO: Add broadcast support
This adds broadcast support for BTPROTO_ISO by extending the sockaddr_iso with a new struct sockaddr_iso_bc where the socket user can set the broadcast address when receiving, the SID and the BIS indexes it wants to synchronize.
When using BTPROTO_ISO for broadcast the roles are:
Broadcaster -> uses connect with address set to BDADDR_ANY: > tools/isotest -s 00:00:00:00:00:00
Broadcast Receiver -> uses listen with address set to broadcaster: > tools/isotest -d 00:AA:01:00:00:00
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|
/linux/net/bluetooth/ |
H A D | iso.c | diff f764a6c2c1e446f560faa3232271a0637369170b Wed Mar 09 22:14:41 CET 2022 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: ISO: Add broadcast support
This adds broadcast support for BTPROTO_ISO by extending the sockaddr_iso with a new struct sockaddr_iso_bc where the socket user can set the broadcast address when receiving, the SID and the BIS indexes it wants to synchronize.
When using BTPROTO_ISO for broadcast the roles are:
Broadcaster -> uses connect with address set to BDADDR_ANY: > tools/isotest -s 00:00:00:00:00:00
Broadcast Receiver -> uses listen with address set to broadcaster: > tools/isotest -d 00:AA:01:00:00:00
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|