1.1.2.1.1.3.18 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
Data structure for BLE_GAP_EVT_DEVICE_NAME_CHANGED event.
Field Documentation
Field | Description |
---|---|
length | The length of device name. |
devName | Device Name. |