Searched hist:ccf74f2390d60a2f9a75ef496d2564abb478f46a (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | iso.h | ccf74f2390d60a2f9a75ef496d2564abb478f46a Thu Jan 16 17:55:57 CST 2020 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: Add BTPROTO_ISO socket type
This introduces a new socket type BTPROTO_ISO which can be enabled with use of ISO Socket experiemental UUID, it can used to initiate/accept connections and transfer packets between userspace and kernel similarly to how BTPROTO_SCO works:
Central -> uses connect with address set to destination bdaddr: > tools/isotest -s 00:AA:01:00:00:00
Peripheral -> uses listen: > tools/isotest -d
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|
H A D | bluetooth.h | diff ccf74f2390d60a2f9a75ef496d2564abb478f46a Thu Jan 16 17:55:57 CST 2020 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: Add BTPROTO_ISO socket type
This introduces a new socket type BTPROTO_ISO which can be enabled with use of ISO Socket experiemental UUID, it can used to initiate/accept connections and transfer packets between userspace and kernel similarly to how BTPROTO_SCO works:
Central -> uses connect with address set to destination bdaddr: > tools/isotest -s 00:AA:01:00:00:00
Peripheral -> uses listen: > tools/isotest -d
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|
H A D | hci_core.h | diff ccf74f2390d60a2f9a75ef496d2564abb478f46a Thu Jan 16 17:55:57 CST 2020 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: Add BTPROTO_ISO socket type
This introduces a new socket type BTPROTO_ISO which can be enabled with use of ISO Socket experiemental UUID, it can used to initiate/accept connections and transfer packets between userspace and kernel similarly to how BTPROTO_SCO works:
Central -> uses connect with address set to destination bdaddr: > tools/isotest -s 00:AA:01:00:00:00
Peripheral -> uses listen: > tools/isotest -d
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|
/openbmc/linux/net/bluetooth/ |
H A D | iso.c | ccf74f2390d60a2f9a75ef496d2564abb478f46a Thu Jan 16 17:55:57 CST 2020 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: Add BTPROTO_ISO socket type
This introduces a new socket type BTPROTO_ISO which can be enabled with use of ISO Socket experiemental UUID, it can used to initiate/accept connections and transfer packets between userspace and kernel similarly to how BTPROTO_SCO works:
Central -> uses connect with address set to destination bdaddr: > tools/isotest -s 00:AA:01:00:00:00
Peripheral -> uses listen: > tools/isotest -d
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|
H A D | Makefile | diff ccf74f2390d60a2f9a75ef496d2564abb478f46a Thu Jan 16 17:55:57 CST 2020 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: Add BTPROTO_ISO socket type
This introduces a new socket type BTPROTO_ISO which can be enabled with use of ISO Socket experiemental UUID, it can used to initiate/accept connections and transfer packets between userspace and kernel similarly to how BTPROTO_SCO works:
Central -> uses connect with address set to destination bdaddr: > tools/isotest -s 00:AA:01:00:00:00
Peripheral -> uses listen: > tools/isotest -d
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|
H A D | af_bluetooth.c | diff ccf74f2390d60a2f9a75ef496d2564abb478f46a Thu Jan 16 17:55:57 CST 2020 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: Add BTPROTO_ISO socket type
This introduces a new socket type BTPROTO_ISO which can be enabled with use of ISO Socket experiemental UUID, it can used to initiate/accept connections and transfer packets between userspace and kernel similarly to how BTPROTO_SCO works:
Central -> uses connect with address set to destination bdaddr: > tools/isotest -s 00:AA:01:00:00:00
Peripheral -> uses listen: > tools/isotest -d
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|
H A D | mgmt.c | diff ccf74f2390d60a2f9a75ef496d2564abb478f46a Thu Jan 16 17:55:57 CST 2020 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: Add BTPROTO_ISO socket type
This introduces a new socket type BTPROTO_ISO which can be enabled with use of ISO Socket experiemental UUID, it can used to initiate/accept connections and transfer packets between userspace and kernel similarly to how BTPROTO_SCO works:
Central -> uses connect with address set to destination bdaddr: > tools/isotest -s 00:AA:01:00:00:00
Peripheral -> uses listen: > tools/isotest -d
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|
H A D | hci_core.c | diff ccf74f2390d60a2f9a75ef496d2564abb478f46a Thu Jan 16 17:55:57 CST 2020 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: Add BTPROTO_ISO socket type
This introduces a new socket type BTPROTO_ISO which can be enabled with use of ISO Socket experiemental UUID, it can used to initiate/accept connections and transfer packets between userspace and kernel similarly to how BTPROTO_SCO works:
Central -> uses connect with address set to destination bdaddr: > tools/isotest -s 00:AA:01:00:00:00
Peripheral -> uses listen: > tools/isotest -d
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|