These are customized UUIDS declared by me
110 | read_str, NULL, BT_DIS_MODEL_REF),
| ^
75 | BT_GATT_PERM_NONE, NULL, NULL, NULL),
| ^
55 | &battery_level),
| ^
244 | read_name, write_name, bt_dev.name),
| ^
These are customized UUIDS declared by me
Hi Vivek,
The error complains were not about your declaration but the declaration for DIS service. You may need to check what inside \zephyr\subsys\bluetooth\services\dis.c
Please show the whole log.
Also please try to test with peripheral_lbs or peripheral_uart . These examples do pretty much what you are trying to do.
In case you are not aware, we have a Dev Academy course that can help you to get familiar with Nordic BLE stack.
Hi Vivek,
The error complains were not about your declaration but the declaration for DIS service. You may need to check what inside \zephyr\subsys\bluetooth\services\dis.c
Please show the whole log.
Also please try to test with peripheral_lbs or peripheral_uart . These examples do pretty much what you are trying to do.
In case you are not aware, we have a Dev Academy course that can help you to get familiar with Nordic BLE stack.
Thank You ble pairing is working fine.