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
|
@ -16,9 +16,9 @@
|
|||
#define BT_CSIP_RELEASE_VALUE 0x01
|
||||
#define BT_CSIP_LOCK_VALUE 0x02
|
||||
|
||||
struct bt_csip_set_sirk {
|
||||
struct bt_csip_sirk {
|
||||
uint8_t type;
|
||||
uint8_t value[BT_CSIP_SET_SIRK_SIZE];
|
||||
uint8_t value[BT_CSIP_SIRK_SIZE];
|
||||
} __packed;
|
||||
|
||||
struct bt_csip_set_coordinator_svc_inst *bt_csip_set_coordinator_lookup_instance_by_index(
|
||||
|
@ -29,7 +29,7 @@ struct bt_csip_set_coordinator_svc_inst {
|
|||
|
||||
uint16_t start_handle;
|
||||
uint16_t end_handle;
|
||||
uint16_t set_sirk_handle;
|
||||
uint16_t sirk_handle;
|
||||
uint16_t set_size_handle;
|
||||
uint16_t set_lock_handle;
|
||||
uint16_t rank_handle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue