Device Information GATT Service Override#

This component overrides the default static values for the characteristics under the Device Information service upon boot event as follows.

  • Firmware Revision String: Bluetooth stack version number

  • Model Number String: Board name

  • Hardware Revision String: Board revision

  • System ID: Unique ID derived from the public Bluetooth address

Please note that this component expects predefined IDs present in the GATT configuration for these characteristics.

Function Documentation#

sl_gatt_service_device_information_override_on_event#

void sl_gatt_service_device_information_override_on_event (sl_bt_msg_t * evt)
Parameters
TypeDirectionArgument NameDescription
sl_bt_msg_t *[in]evt

Event coming from the Bluetooth stack.

Bluetooth stack event handler.