public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [bluez/bluez] b031e4: lib: Add definitions for ISO socket
@ 2022-07-22 20:43 Luiz Augusto von Dentz
  0 siblings, 0 replies; only message in thread
From: Luiz Augusto von Dentz @ 2022-07-22 20:43 UTC (permalink / raw)
  To: linux-bluetooth

  Branch: refs/heads/master
  Home:   https://github.com/bluez/bluez
  Commit: b031e4dc8c4ef9cdce40b34a8699c6174c850202
      https://github.com/bluez/bluez/commit/b031e4dc8c4ef9cdce40b34a8699c6174c850202
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

  Changed paths:
    M Makefile.am
    M lib/bluetooth.h
    A lib/iso.h

  Log Message:
  -----------
  lib: Add definitions for ISO socket


  Commit: cc482ad3780b788e0e03ec34c04697d90a65f3af
      https://github.com/bluez/bluez/commit/cc482ad3780b788e0e03ec34c04697d90a65f3af
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

  Changed paths:
    M src/shared/util.c

  Log Message:
  -----------
  shared/util: Decode BlueZ Experimental ISO Socket UUID

This adds BlueZ experimental ISO Socket UUID to uuid128_table so it is
decoded by the likes of btmon.


  Commit: 9c65bad7a8784b492ca417e82944eb192a7e1bfc
      https://github.com/bluez/bluez/commit/9c65bad7a8784b492ca417e82944eb192a7e1bfc
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

  Changed paths:
    M tools/mgmt-tester.c

  Log Message:
  -----------
  mgmt-tester: Fix Read Exp Feature tests

This adds ISO Socket UUID as response to Read Exp Feature.


  Commit: 8dc5b5e1ba6b500ee2126bde11601d152cc5d973
      https://github.com/bluez/bluez/commit/8dc5b5e1ba6b500ee2126bde11601d152cc5d973
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

  Changed paths:
    M src/adapter.c
    M src/adapter.h
    M src/main.c
    M src/main.conf

  Log Message:
  -----------
  adapter: Add support for setting ISO Socket experimental feature

This adds support for setting ISO Socket experimental UUID which
enables the use of BTPROTO_ISO on the system.


  Commit: b1b575cf1720521bfe7ae58f6d2276d07add326b
      https://github.com/bluez/bluez/commit/b1b575cf1720521bfe7ae58f6d2276d07add326b
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

  Changed paths:
    M btio/btio.c
    M btio/btio.h
    M tools/btiotest.c

  Log Message:
  -----------
  btio: Add support for ISO sockets

This adds support to create objects that map to ISO sockets.


  Commit: 26ee34d7be40ec189811908d7351ec24d11b5db0
      https://github.com/bluez/bluez/commit/26ee34d7be40ec189811908d7351ec24d11b5db0
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

  Changed paths:
    M Makefile.tools
    A tools/iso-tester.c
    M tools/test-runner.c

  Log Message:
  -----------
  tools: Add iso-tester

This adds iso-tester which tests BTPROTO_ISO socket:

Basic Framework - Success
Basic ISO Socket - Success
Basic ISO Get Socket Option - Success
Basic ISO Set Socket Option - Success
ISO QoS 8_1_1 - Success
ISO QoS 8_2_1 - Success
ISO QoS 16_1_1 - Success
ISO QoS 16_2_1 - Success
ISO QoS 16_2_1 CIG 0x01 - Success
ISO QoS 16_2_1 CIG 0x01 CIS 0x01 - Success
ISO QoS 24_1_1 - Success
ISO QoS 24_2_1 - Success
ISO QoS 32_1_1 - Success
ISO QoS 32_2_1 - Success
ISO QoS 44_1_1 - Success
ISO QoS 44_2_1 - Success
ISO QoS 48_1_1 - Success
ISO QoS 48_2_1 - Success
ISO QoS 48_3_1 - Success
ISO QoS 48_4_1 - Success
ISO QoS 48_5_1 - Success
ISO QoS 48_6_1 - Success
ISO QoS 8_1_2 - Success
ISO QoS 8_2_2 - Success
ISO QoS 16_1_2 - Success
ISO QoS 16_2_2 - Success
ISO QoS 24_1_2 - Success
ISO QoS 24_2_2 - Success
ISO QoS 32_1_2 - Success
ISO QoS 32_2_2 - Success
ISO QoS 44_1_2 - Success
ISO QoS 44_2_2 - Success
ISO QoS 48_1_2 - Success
ISO QoS 48_2_2 - Success
ISO QoS 48_3_2 - Success
ISO QoS 48_4_2 - Success
ISO QoS 48_5_2 - Success
ISO QoS 48_6_2 - Success
ISO QoS - Invalid
ISO Connect2 CIG 0x01 - Success
ISO Send - Success
ISO Receive - Success
ISO Defer - Success
ISO Defer Send - Success
ISO Defer Receive - Success
ISO Defer Reject - Success
ISO Send and Receive - Success
ISO Broadcaster - Success
ISO Broadcaster BIG 0x01 - Success
ISO Broadcaster BIG 0x01 BIS 0x01 - Success
ISO Broadcaster Receiver - Success


  Commit: 037ed8c5b12a1c80791af5df50fa93428dbc9f17
      https://github.com/bluez/bluez/commit/037ed8c5b12a1c80791af5df50fa93428dbc9f17
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

  Changed paths:
    M Makefile.tools
    A tools/isotest.c

  Log Message:
  -----------
  tools: Add isotest tool

This adds isotest tool which can be used to test ISO sockets.


  Commit: 4314f70667217549054f61def6575085a7a18d78
      https://github.com/bluez/bluez/commit/4314f70667217549054f61def6575085a7a18d78
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

  Changed paths:
    M Makefile.tools
    A tools/isotest.rst

  Log Message:
  -----------
  isotest: Add documentation

This adds isotest.rst which documents the modes and options of
isotest(1) and is then converted isotest.1 manpage.


Compare: https://github.com/bluez/bluez/compare/af998fd32c34...4314f7066721

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-22 20:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-22 20:43 [bluez/bluez] b031e4: lib: Add definitions for ISO socket Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox