Bluetooth: audio: Add missing 'or' in service declaration
Fix missing or symbol in service declaration Signed-off-by: Szymon Czapracki <szymon.czapracki@codecoup.pl>
This commit is contained in:
parent
7e3814b262
commit
aa7533380c
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ BT_GATT_SERVICE_DEFINE(pacs_svc,
|
|||
#if defined(CONFIG_BT_PAC_SRC_LOC_WRITEABLE)
|
||||
BT_AUDIO_CHRC(BT_UUID_PACS_SRC_LOC,
|
||||
BT_GATT_CHRC_READ | BT_GATT_CHRC_WRITE | BT_GATT_CHRC_NOTIFY,
|
||||
BT_GATT_PERM_READ_ENCRYPT BT_GATT_PERM_WRITE_ENCRYPT,
|
||||
BT_GATT_PERM_READ_ENCRYPT | BT_GATT_PERM_WRITE_ENCRYPT,
|
||||
src_loc_read, src_loc_write, NULL),
|
||||
#elif defined(CONFIG_BT_PAC_SRC_LOC)
|
||||
BT_AUDIO_CHRC(BT_UUID_PACS_SRC_LOC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue