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

Commit ffea7e20 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Fix for fugu build

am: 87a3fd72

Change-Id: I1aa8e1ecc0964da835bd3795f99282cd23f3ff13
parents 86afe311 87a3fd72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ void btm_acl_created(const bt_bdaddr_t& bda, DEV_CLASS dc, BD_NAME bdn,
            bda, btm_cb.ble_ctr_cb.addr_mgnt_cb.private_addr);
#else
      p->conn_addr_type = BLE_ADDR_PUBLIC;
      p->conn_addr = &controller_get_interface()->get_address();
      p->conn_addr = *controller_get_interface()->get_address();

#endif
      p->switch_role_state = BTM_ACL_SWKEY_STATE_IDLE;