Configuration structure for BLE profile in SID PAL.

This structure holds the handles for the current BLE service, characteristic, and descriptor.

Public Attribute Documentation#

current_service_handle#

uint16_t sid_pal_ble_profile_config_t::current_service_handle

The service declaration attribute handle


current_characteristic_handle#

uint16_t* sid_pal_ble_profile_config_t::current_characteristic_handle

The characteristic value attribute handle


current_descriptor_handle#

uint16_t* sid_pal_ble_profile_config_t::current_descriptor_handle

The descriptor attribute handle