Skip to content

Commit

Permalink
Comment improved
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed May 27, 2022
1 parent 9a5e554 commit b712675
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ble/src/main/java/no/nordicsemi/android/ble/BleManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,12 @@ protected ConnectionPriorityRequest requestConnectionPriority(
/**
* Sets connection priority listener.
*
* This method is only available from Android Oreo, which has added hidden
* <a href="https://cs.android.com/android/_/android/platform/packages/modules/Bluetooth/+/b651de2c347368d04dd313f61f719c2f5ae1b92e">onConnectionUpdated</a>
* callback to {@link BluetoothGattCallback}.
*
* @param callback the callback, that will receive all connection parameters updates.
* @since 2.5.0
*/
@RequiresApi(api = Build.VERSION_CODES.O)
protected void setConnectionParametersListener(@Nullable final ConnectionParametersUpdatedCallback callback) {
Expand Down

0 comments on commit b712675

Please sign in to comment.