Skip to content

Commit 7183f8e

Browse files
committed
bluetooth: remove unused and now empty bluetooth_stop()
1 parent 79ae571 commit 7183f8e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/bluetooth.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -534,15 +534,6 @@ impl Bluetooth {
534534
Ok(())
535535
}
536536

537-
pub async fn bluetooth_stop(&mut self) -> Result<()> {
538-
//info!("{} 🥷 Unregistering default agent", NAME);
539-
//drop(state.handle_agent);
540-
//info!("{} 📱 Removing AA profile", NAME);
541-
//drop(state.handle_aa);
542-
Ok(())
543-
}
544-
545-
// New function that accepts pre-created session and adapter
546537
pub async fn aa_handshake(
547538
&mut self,
548539
dongle_mode: bool,

0 commit comments

Comments
 (0)