Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 8e5f3433dc5f88164aeba8e077cd125717146e34 https://github.com/bluez/bluez/commit/8e5f3433dc5f88164aeba8e077cd125717146e34 Author: Pauli Virtanen <pav@xxxxxx> Date: 2024-04-22 (Mon, 22 Apr 2024) Changed paths: M profiles/audio/media.c Log Message: ----------- bap: call select_cb on bt_bap_cancel_select() to clean up Have bt_bap_cancel_select() to trigger the callback function with error code, simplifying the cleanup when ep is freed while SelectProperties is ongoing. Fixes bap_data->selecting not being decremented when ep setup is canceled, which results to transports not being created thereafter. Fixes: 41d6c4e1c92f ("bap: cancel ongoing SelectProperties() before freeing the ep") To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications