pub unsafe extern "C" fn otPlatBleGapAddressGet(
aInstance: *mut otInstance,
aAddress: *mut otPlatBleDeviceAddr,
) -> otErrorExpand description
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.