Bluetooth: ISO: Add STATE
infix for ISO state enum
Change from BT_ISO_<state> to BT_ISO_STATE_<state> to make the value more descriptive. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
5d25e34d89
commit
9e862411b3
6 changed files with 33 additions and 33 deletions
|
@ -363,7 +363,7 @@ static void unicast_client_ep_qos_state(struct bt_audio_ep *ep,
|
|||
stream->qos->pd);
|
||||
|
||||
/* Disconnect ISO if connected */
|
||||
if (stream->iso->state == BT_ISO_CONNECTED) {
|
||||
if (stream->iso->state == BT_ISO_STATE_CONNECTED) {
|
||||
bt_audio_stream_disconnect(stream);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue