Bluetooth: Audio: Rename bt_micp_aics functions
The AICS functionality is also possible via the bt_aics API, and this was just a way to ensure that the AICS instance was part of a MICS. Removing makes MICP much simpler, and we can expect user to know the context of a AICS. This also fixes a few bad/missing guards. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
1245da298e
commit
ff509027c1
9 changed files with 152 additions and 506 deletions
|
@ -56,6 +56,5 @@ int bt_micp_client_included_get(struct bt_micp *micp,
|
|||
int bt_micp_client_mute_get(struct bt_micp *micp);
|
||||
int bt_micp_client_mute(struct bt_micp *micp);
|
||||
int bt_micp_client_unmute(struct bt_micp *micp);
|
||||
bool bt_micp_client_valid_aics_inst(struct bt_micp *micp, struct bt_aics *aics);
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_MICS_INTERNAL_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue