BLE_GAP_CharDeviceName_T
C
typedef struct BLE_GAP_CharDeviceName_T { bool enableWriteProperty; } BLE_GAP_CharDeviceName_T;
Description
Structure for the Device Name characteristic with write property configuration.
Field Documentation
Field | Description |
---|---|
enableWriteProperty | True to enable write access to the Device Name characteristic, false to disable. |