[][src]Function openthread_sys::otPlatBleGapAddressGet

pub unsafe extern "C" fn otPlatBleGapAddressGet(
    aInstance: *mut otInstance,
    aAddress: *mut otPlatBleDeviceAddr
) -> otError

Gets Bluetooth Device Address.

@param[in] aInstance The OpenThread instance structure. @param[out] aAddress The pointer to Bluetooth Device Address.

@retval ::OT_ERROR_NONE Request has been successfully done. @retval ::OT_ERROR_INVALID_ARGS Invalid parameters has been supplied.