Skip to content

Commit 8c262e7

Browse files
paul-szczepanek-armCruz Monrreal II
authored andcommitted
fix return value
1 parent 4bb0964 commit 8c262e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalGap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ ble_error_t Gap::periodic_advertising_create_sync(
10221022
sync_timeout
10231023
);
10241024

1025-
return BLE_ERROR_INVALID_PARAM;
1025+
return BLE_ERROR_NONE;
10261026
}
10271027

10281028
ble_error_t Gap::cancel_periodic_advertising_create_sync()

0 commit comments

Comments
 (0)