commit | d37f250174d8f2f3df7bc17771ba1f181186ab64 | [log] [tgz] |
---|---|---|
author | Lyle Zhu <lyle.zhu@nxp.com> | Tue Nov 12 16:07:38 2024 +0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Apr 03 06:24:32 2025 +0200 |
tree | 2edf5460a6bbac9dc37a2efdd87e16e211e740ae | |
parent | 68d25261305d08928a0314f82f030bb331d74e5c [diff] |
Bluetooth: HFP_AG: Change "-EOPNOTSUPP" to "-ENOEXEC" There is an error reported in platform `native_sim` that the value of `EOPNOTSUPP` is same as `ENOTSUP`. It cause the building error `duplicate case value '-95'` reported. Use `ENOEXEC` to replace `EOPNOTSUPP` to fix the building issue. Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>