Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4d5d38c authored by Abel Lucas's avatar Abel Lucas Committed by Gerrit Code Review
Browse files

Merge "Pandora: Increase OPP timeout" into main

parents 9af26955 9abb48ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,8 +60,8 @@ class AndroidInternal(val context: Context) : AndroidImplBase(), Closeable {

    // PTS does not configure the Extended Inquiry Response with the
    // device name; the device will be found after the Inquiry Timeout
    // (12.8sec) has elapsed.
    private val BT_DEVICE_SELECT_WAIT_TIMEOUT = 20000L
    // (40 secondes) has elapsed.
    private val BT_DEVICE_SELECT_WAIT_TIMEOUT = 40000L
    private val IMAGE_FILE_NAME = "OPP_TEST_IMAGE.bmp"

    private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!!