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