Method: BluetoothCommunication#disconnect

Defined in:
lib/communication/bluetooth_communication.rb

#disconnectObject



14
15
16
# File 'lib/communication/bluetooth_communication.rb', line 14

def disconnect
  @profile.disconnect
end