• Luiz Augusto von Dentz's avatar
    Bluetooth: Add BTPROTO_ISO socket type · ccf74f23
    Luiz Augusto von Dentz authored
    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: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
    ccf74f23
iso.h 361 Bytes