Loading system/stack/btm/btm_ble_gap.cc +1 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
system/stack/btm/btm_ble_gap.cc +1 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading