Skip to content

Commit c65f6cd

Browse files
ciascairlubos
authored andcommitted
[nrf fromtree] bluetooth: tbs: fix Join opcode result for PTS conformance
Update the Join handler to return BT_TBS_RESULT_CODE_OPERATION_NOT_POSSIBLE Signed-off-by: Alex Ciascai <ciascai.alexandru@gmail.com> (cherry picked from commit cb9f5f8)
1 parent 3b3b4a5 commit c65f6cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • subsys/bluetooth/audio

subsys/bluetooth/audio/tbs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ static uint8_t join_calls(struct tbs_inst *inst, const struct bt_tbs_call_cp_joi
15291529
uint8_t call_state;
15301530

15311531
if ((inst->optional_opcodes & BT_TBS_FEATURE_JOIN) == 0) {
1532-
return BT_TBS_RESULT_CODE_OPCODE_NOT_SUPPORTED;
1532+
return BT_TBS_RESULT_CODE_OPERATION_NOT_POSSIBLE;
15331533
}
15341534

15351535
/* Check length */

0 commit comments

Comments
 (0)