Bluetooth: Audio: Rename bt_csip
to bt_csip_set_member
Renamed remaining structs and functions that are not for the set coordinator to use the set member CSIP role name. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
93b3944a51
commit
87f86cebe2
26 changed files with 151 additions and 143 deletions
|
@ -1245,7 +1245,9 @@ static ssize_t ad_init(struct bt_data *data_array, const size_t data_array_size,
|
|||
/* A privacy-enabled Set Member should advertise RSI values only when in
|
||||
* the GAP Limited Discoverable mode.
|
||||
*/
|
||||
if (IS_ENABLED(CONFIG_BT_PRIVACY) && IS_ENABLED(CONFIG_BT_CSIP) && csip != NULL) {
|
||||
if (IS_ENABLED(CONFIG_BT_PRIVACY) &&
|
||||
IS_ENABLED(CONFIG_BT_CSIP_SET_MEMBER) &&
|
||||
csip != NULL) {
|
||||
ad_flags |= BT_LE_AD_LIMITED;
|
||||
} else {
|
||||
ad_flags |= BT_LE_AD_GENERAL;
|
||||
|
@ -1272,7 +1274,7 @@ static ssize_t ad_init(struct bt_data *data_array, const size_t data_array_size,
|
|||
ad_len++;
|
||||
}
|
||||
|
||||
if (IS_ENABLED(CONFIG_BT_CSIP)) {
|
||||
if (IS_ENABLED(CONFIG_BT_CSIP_SET_MEMBER)) {
|
||||
ssize_t csis_ad_len;
|
||||
|
||||
csis_ad_len = csis_ad_data_add(&data_array[ad_len],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue