commit | 3a77308c97c5449ebfac36eaf405470556dc8f58 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Tue Aug 31 23:02:20 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Thu Sep 02 05:58:39 2021 -0400 |
tree | 2eae68436f42f35dbb25ddd46e8dc0c6f4b12467 | |
parent | c1a45596c645a57eacf92e2e7d6803ed887a2712 [diff] |
Bluetooth: ISO: Add sent callback Add a sent callback to bt_iso_chan_ops so that the application can be notified when an SDU has been sent. This can help the application decide whether to queue up multiple, or only have a single ISO PDU enqueue for reduced latency. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>