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

Commit 8b34796b authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "GD SMP: Fix logic error in picking dialog type" am: 3238fc58

Change-Id: I92fa7b06e84f4b3ea49b742b15190aa5444584f8
parents 4ba2386b 3238fc58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -307,7 +307,7 @@ void btif_dm_init(uid_set_t* set) {
        //TODO: java BondStateMachine requires change into bonding state. If we ever send this event separately, consider removing this line
        HAL_CBACK(bt_hal_cbacks, bond_state_changed_cb, BT_STATUS_SUCCESS, &address, BT_BOND_STATE_BONDING);

        if(BT_SSP_VARIANT_PASSKEY_ENTRY) {
        if (pairing_variant == BT_SSP_VARIANT_PASSKEY_ENTRY) {
          // For passkey entry we must actually use pin request, due to BluetoothPairingController (in Settings)
          HAL_CBACK(bt_hal_cbacks, pin_request_cb, &address, &bd_name, cod, false);
          return;