Device Information Service module.
More...
Device Information Service module.
This module implements the Device Information Service. During initialization it adds the Device Information Service to the BLE stack database. It then encodes the supplied information, and adds the corresponding characteristics.
- Note
- Attention! To maintain compliance with Nordic Semiconductor ASA Bluetooth profile qualification listings, this section of source code must not be modified.
Function for initializing the Device Information Service.
This call allows the application to initialize the device information service. It adds the DIS service and DIS characteristics to the database, using the initial values supplied through the p_dis_init parameter. Characteristics which are not to be added, shall be set to NULL in p_dis_init.
- Parameters
-
[in] | p_dis_init | The structure containing the values of characteristics needed by the service. |
- Returns
- NRF_SUCCESS on successful initialization of service.