BLE_GAP_GetDeviceName

C

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

Description

Retrieves the local device name along with its length.

Parameters

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

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully retrieves the local device name.