Bluetooth: controller: Replace slave with peripheral
Replace the old slave term with the new peripheral one from the Bluetooth spec v5.3. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
ba2d2ee936
commit
947b38ac0a
40 changed files with 315 additions and 309 deletions
|
@ -6345,7 +6345,7 @@ static void le_unknown_rsp(struct pdu_data *pdu_data, uint16_t handle,
|
|||
{
|
||||
|
||||
switch (pdu_data->llctrl.unknown_rsp.type) {
|
||||
case PDU_DATA_LLCTRL_TYPE_SLAVE_FEATURE_REQ:
|
||||
case PDU_DATA_LLCTRL_TYPE_PER_INIT_FEAT_XCHG:
|
||||
le_remote_feat_complete(BT_HCI_ERR_UNSUPP_REMOTE_FEATURE,
|
||||
NULL, handle, buf);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue