Monkey.BluetoothLE icon indicating copy to clipboard operation
Monkey.BluetoothLE copied to clipboard

Correct bookkeeping of connected devices

Open smoy opened this issue 10 years ago • 0 comments

Prior to the change, ConnectedDevices will not be updated upon device disconnection. We change from a list to a dictionary in which the device ID is map to the I

Upon disconnected event, we use the device ID to remove the underlying data structure.

smoy avatar May 14 '15 02:05 smoy