commit | 0785e9479dd66c0d985660e3d72e85dce4568e86 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Wed Nov 17 14:26:40 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jan 18 13:19:47 2022 -0500 |
tree | 160c4790543910f1e51042b8d27f3b86d94d25cb | |
parent | c6b78b93d96b4e1f6d0d30107abd9c06a060d302 [diff] |
Bluetooth: ISO: Add function to get info of ISO channel The application may want to want the type of an ISO channel, and take action based on what the type is. It has been implemented as a get_info to be consistent with other get_info functions in the Bluetooth subsystem. The bt_iso_info struct can be expanded with more information later as required. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>