fun connect(): Single<BluetoothGatt>
Establishes a BLE connection with a peer device. Returns a BluetoothGatt object.
Return A Single that will emit the BluetoothGatt instance associated with this peer.