Bluetooth: Update terms in public API to spec v5.3
The Bluetooth Core Specification, version 5.3, has introduced multiple changes to several widely-used terms in order to make them inclusive. Update the public API to reflect this, excluding hci.h, which will be done in a subsequent commit. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
324374d20c
commit
6de4747979
18 changed files with 152 additions and 105 deletions
|
@ -3496,7 +3496,7 @@ static void le_cis_established(struct pdu_data *pdu_data,
|
|||
cis = node_rx->hdr.rx_ftr.param;
|
||||
cig = cis->group;
|
||||
lll_cis = &cis->lll;
|
||||
is_central = cig->lll.role == BT_CONN_ROLE_MASTER;
|
||||
is_central = cig->lll.role == BT_CONN_ROLE_CENTRAL;
|
||||
lll_cis_c = is_central ? &lll_cis->tx : &lll_cis->rx;
|
||||
lll_cis_p = is_central ? &lll_cis->rx : &lll_cis->tx;
|
||||
est = (void *)pdu_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue