commit | 628b54a95947bc20c8134c18b19f28e0da46d666 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Wed Feb 02 17:12:30 2022 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Feb 28 11:04:37 2022 +0100 |
tree | 03c423894fc0a44592a646aa3e39e7c1d4e9b2f4 | |
parent | 04ea1ee1afabb620d419a99c399d39d4ad721e9c [diff] |
Bluetooth: Audio: Remove ISO disconnected and connected cbs The callbacks were implemented to notify the application about the state of the ISO. However, since then, callbacks such as `started` and `stopped` have been implemented, and as such the `connected` and `disconnected` callbacks no longer server any purpose. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>