Bluetooth: Audio: Rename set_sirk to just sirk
The S in SIRK is for set, so set_sirk was effectively "set set". Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
7a2b2d73ce
commit
6b6107ccd1
23 changed files with 189 additions and 216 deletions
|
@ -41,7 +41,7 @@ int csip_set_member_init(void)
|
|||
.set_size = 2,
|
||||
.rank = CONFIG_HAP_HA_SET_RANK,
|
||||
.lockable = false,
|
||||
.set_sirk = CSIP_SIRK_DEBUG,
|
||||
.sirk = CSIP_SIRK_DEBUG,
|
||||
.cb = &csip_cb,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue