Bluetooth: controller: llcp: inclusive naming in unittests

There were some references to slave and master left in the unittests
for the refactored LLCP.
These are changed in respectively peripheral and central

Signed-off-by: Andries Kruithof <Andries.Kruithof@nordicsemi.no>
This commit is contained in:
Andries Kruithof 2022-02-07 11:44:29 +01:00 committed by Anas Nashif
commit 2f98f8f7cf
20 changed files with 272 additions and 272 deletions

View file

@ -61,11 +61,11 @@ struct llcp_enc {
* * Repurpose memory used by lll.ccm_tx/rx?
*/
/* Master: Rand and EDIV are input copies from
/* Central: Rand and EDIV are input copies from
* HCI that only live until the LL_ENC_REQ has
* been enqueued.
*
* Slave: Rand and EDIV are input copies from
* Peripheral: Rand and EDIV are input copies from
* the LL_ENC_REQ that only live until host
* notification has been enqueued.
*/