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

Commit 8fd2bbc8 authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by android-build-merger
Browse files

Merge "BTM_BleClearBgConnDev: Return if there is no BLE"

am: f149a655

Change-Id: I59fd33764c7255fc5081ae7312764a36ea213dbe
parents d6f71c36 f149a655
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -722,6 +722,7 @@ void BTM_BleStartAutoConn() {
 *
 ******************************************************************************/
void BTM_BleClearBgConnDev(void) {
  if (!controller_get_interface()->supports_ble()) return;
  btm_ble_start_auto_conn(false);
  btm_ble_clear_white_list();
  gatt_reset_bgdev_list();