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:
parent
34d921b00b
commit
2f98f8f7cf
20 changed files with 272 additions and 272 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue