BLE_GAP_EvtDeviceNameChanged_T
C
typedef struct BLE_GAP_EvtDeviceNameChanged_T
{
uint8_t length;
uint8_t devName[GAP_MAX_DEVICE_NAME_LEN];
} BLE_GAP_EvtDeviceNameChanged_T;Description
Structure for BLE_GAP_EVT_DEVICE_NAME_CHANGED event.
Field Documentation
| Field | Description |
|---|---|
| length | Length of the device name in bytes. |
| devName | Buffer containing the new device name. |
