1.2.2.1.1.4.21 BLE_GAP_GetDeviceName

C

uint16_t BLE_GAP_GetDeviceName(uint8_t *p_len, uint8_t *p_deviceName);

Description

Get local device name with the length information.

Parameters

ParameterDescription
[out] p_lenPointer to length of device name buffer.
[out] p_deviceNamePointer to device name buffer.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully get the local device name.