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

Commit b66a039e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "BTM_BleClearBgConnDev: Return if there is no BLE" into pi-dev

parents 9d79d53e 7fe96a89
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -723,6 +723,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();