Skip to content

Commit 74a722b

Browse files
ryanjhnordicjm
authored andcommitted
bluetooth: add Connection_Handle into return parameter length
LE_CS_WRITE_CACHED_REMOTE_SUPPORTED_CAPABILITIES command returns Status and Connection_Handle. Signed-off-by: Chu Ryan <[email protected]>
1 parent cc64cfd commit 74a722b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subsys/bluetooth/controller/hci_internal.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,6 +1467,8 @@ static uint8_t le_controller_cmd_put(uint8_t const * const cmd,
14671467
case SDC_HCI_OPCODE_CMD_LE_CS_READ_REMOTE_SUPPORTED_CAPABILITIES:
14681468
return sdc_hci_cmd_le_cs_read_remote_supported_capabilities((void *)cmd_params);
14691469
case SDC_HCI_OPCODE_CMD_LE_CS_WRITE_CACHED_REMOTE_SUPPORTED_CAPABILITIES:
1470+
*param_length_out += sizeof(
1471+
sdc_hci_cmd_le_cs_write_cached_remote_supported_capabilities_return_t);
14701472
return sdc_hci_cmd_le_cs_write_cached_remote_supported_capabilities(
14711473
(void *)cmd_params, (void *)event_out_params);
14721474
case SDC_HCI_OPCODE_CMD_LE_CS_SECURITY_ENABLE:

0 commit comments

Comments
 (0)