1.1.2.1.1.4.20 BLE_GAP_GetDeviceAddr

C

uint16_t BLE_GAP_GetDeviceAddr(BLE_GAP_Addr_T *p_addr);

Description

Get the device address.

Parameters

ParameterDescription
[out] p_addrPointer to the device address buffer.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully get the device address.
MBA_RES_OOMInternal memory allocation failure.