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
| Parameter | Description |
|---|---|
| [out] p_len | Pointer to the length of the device name buffer. |
| [out] p_deviceName | Pointer to the device name buffer. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Successfully retrieves the local device name. |
