diff --git a/LICENSE b/LICENSE index 58e0745..bc3e3dc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Martijn van Welie +Copyright (c) 2023 Martijn van Welie Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/AdvertiseError.kt b/blessed/src/main/java/com/welie/blessed/AdvertiseError.kt index 0502a59..41a90d5 100644 --- a/blessed/src/main/java/com/welie/blessed/AdvertiseError.kt +++ b/blessed/src/main/java/com/welie/blessed/AdvertiseError.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/BluetoothBytesParser.kt b/blessed/src/main/java/com/welie/blessed/BluetoothBytesParser.kt index d729f4d..b3467f1 100644 --- a/blessed/src/main/java/com/welie/blessed/BluetoothBytesParser.kt +++ b/blessed/src/main/java/com/welie/blessed/BluetoothBytesParser.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/BluetoothCentralManager.kt b/blessed/src/main/java/com/welie/blessed/BluetoothCentralManager.kt index 5444de4..dc3915a 100644 --- a/blessed/src/main/java/com/welie/blessed/BluetoothCentralManager.kt +++ b/blessed/src/main/java/com/welie/blessed/BluetoothCentralManager.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/BluetoothCentralManagerCallback.kt b/blessed/src/main/java/com/welie/blessed/BluetoothCentralManagerCallback.kt index b8b8f25..77cd2aa 100644 --- a/blessed/src/main/java/com/welie/blessed/BluetoothCentralManagerCallback.kt +++ b/blessed/src/main/java/com/welie/blessed/BluetoothCentralManagerCallback.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/BluetoothPeripheral.kt b/blessed/src/main/java/com/welie/blessed/BluetoothPeripheral.kt index a9b1588..e3209e5 100644 --- a/blessed/src/main/java/com/welie/blessed/BluetoothPeripheral.kt +++ b/blessed/src/main/java/com/welie/blessed/BluetoothPeripheral.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/BluetoothPeripheralCallback.kt b/blessed/src/main/java/com/welie/blessed/BluetoothPeripheralCallback.kt index 914570a..105fddc 100644 --- a/blessed/src/main/java/com/welie/blessed/BluetoothPeripheralCallback.kt +++ b/blessed/src/main/java/com/welie/blessed/BluetoothPeripheralCallback.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/BluetoothPeripheralManager.kt b/blessed/src/main/java/com/welie/blessed/BluetoothPeripheralManager.kt index b8a643a..979032f 100644 --- a/blessed/src/main/java/com/welie/blessed/BluetoothPeripheralManager.kt +++ b/blessed/src/main/java/com/welie/blessed/BluetoothPeripheralManager.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/BluetoothPeripheralManagerCallback.kt b/blessed/src/main/java/com/welie/blessed/BluetoothPeripheralManagerCallback.kt index de30d6c..63c1571 100644 --- a/blessed/src/main/java/com/welie/blessed/BluetoothPeripheralManagerCallback.kt +++ b/blessed/src/main/java/com/welie/blessed/BluetoothPeripheralManagerCallback.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/BondState.kt b/blessed/src/main/java/com/welie/blessed/BondState.kt index 715687b..b3b4b7c 100644 --- a/blessed/src/main/java/com/welie/blessed/BondState.kt +++ b/blessed/src/main/java/com/welie/blessed/BondState.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/ConnectionFailedException.kt b/blessed/src/main/java/com/welie/blessed/ConnectionFailedException.kt index 9a9a248..2773810 100644 --- a/blessed/src/main/java/com/welie/blessed/ConnectionFailedException.kt +++ b/blessed/src/main/java/com/welie/blessed/ConnectionFailedException.kt @@ -1,3 +1,25 @@ +/* + * Copyright (c) 2023 Martijn van Welie + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ package com.welie.blessed import java.lang.RuntimeException diff --git a/blessed/src/main/java/com/welie/blessed/ConnectionPriority.kt b/blessed/src/main/java/com/welie/blessed/ConnectionPriority.kt index 0558765..589a9b2 100644 --- a/blessed/src/main/java/com/welie/blessed/ConnectionPriority.kt +++ b/blessed/src/main/java/com/welie/blessed/ConnectionPriority.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/ConnectionState.kt b/blessed/src/main/java/com/welie/blessed/ConnectionState.kt index d643a7f..c9d903a 100644 --- a/blessed/src/main/java/com/welie/blessed/ConnectionState.kt +++ b/blessed/src/main/java/com/welie/blessed/ConnectionState.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/Extensions.kt b/blessed/src/main/java/com/welie/blessed/Extensions.kt index 5b7cbda..bf7598f 100644 --- a/blessed/src/main/java/com/welie/blessed/Extensions.kt +++ b/blessed/src/main/java/com/welie/blessed/Extensions.kt @@ -1,3 +1,25 @@ +/* + * Copyright (c) 2023 Martijn van Welie + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ package com.welie.blessed import android.bluetooth.BluetoothGattCharacteristic diff --git a/blessed/src/main/java/com/welie/blessed/GattException.kt b/blessed/src/main/java/com/welie/blessed/GattException.kt index 9e45225..e528863 100644 --- a/blessed/src/main/java/com/welie/blessed/GattException.kt +++ b/blessed/src/main/java/com/welie/blessed/GattException.kt @@ -1,3 +1,25 @@ +/* + * Copyright (c) 2023 Martijn van Welie + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ package com.welie.blessed class GattException(val status: GattStatus) : RuntimeException("GATT error $status (${status.value})") \ No newline at end of file diff --git a/blessed/src/main/java/com/welie/blessed/GattStatus.kt b/blessed/src/main/java/com/welie/blessed/GattStatus.kt index 1a28ec9..f9d331e 100644 --- a/blessed/src/main/java/com/welie/blessed/GattStatus.kt +++ b/blessed/src/main/java/com/welie/blessed/GattStatus.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/HciStatus.kt b/blessed/src/main/java/com/welie/blessed/HciStatus.kt index a356524..87341fa 100644 --- a/blessed/src/main/java/com/welie/blessed/HciStatus.kt +++ b/blessed/src/main/java/com/welie/blessed/HciStatus.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/Logger.kt b/blessed/src/main/java/com/welie/blessed/Logger.kt index 090b85a..0c059e3 100644 --- a/blessed/src/main/java/com/welie/blessed/Logger.kt +++ b/blessed/src/main/java/com/welie/blessed/Logger.kt @@ -1,3 +1,25 @@ +/* + * Copyright (c) 2023 Martijn van Welie + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ package com.welie.blessed import android.util.Log diff --git a/blessed/src/main/java/com/welie/blessed/PeripheralType.kt b/blessed/src/main/java/com/welie/blessed/PeripheralType.kt index 134e851..3f04f14 100644 --- a/blessed/src/main/java/com/welie/blessed/PeripheralType.kt +++ b/blessed/src/main/java/com/welie/blessed/PeripheralType.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/Phy.kt b/blessed/src/main/java/com/welie/blessed/Phy.kt index da7b298..35b25cf 100644 --- a/blessed/src/main/java/com/welie/blessed/Phy.kt +++ b/blessed/src/main/java/com/welie/blessed/Phy.kt @@ -1,3 +1,25 @@ +/* + * Copyright (c) 2023 Martijn van Welie + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ package com.welie.blessed data class Phy(val tx: PhyType, val rx: PhyType) \ No newline at end of file diff --git a/blessed/src/main/java/com/welie/blessed/PhyOptions.kt b/blessed/src/main/java/com/welie/blessed/PhyOptions.kt index c2aa899..236b55d 100644 --- a/blessed/src/main/java/com/welie/blessed/PhyOptions.kt +++ b/blessed/src/main/java/com/welie/blessed/PhyOptions.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/PhyType.kt b/blessed/src/main/java/com/welie/blessed/PhyType.kt index f779778..1b1a617 100644 --- a/blessed/src/main/java/com/welie/blessed/PhyType.kt +++ b/blessed/src/main/java/com/welie/blessed/PhyType.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/ReadResponse.kt b/blessed/src/main/java/com/welie/blessed/ReadResponse.kt index d6db42b..213ae16 100644 --- a/blessed/src/main/java/com/welie/blessed/ReadResponse.kt +++ b/blessed/src/main/java/com/welie/blessed/ReadResponse.kt @@ -1,3 +1,25 @@ +/* + * Copyright (c) 2023 Martijn van Welie + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ package com.welie.blessed class ReadResponse(val status: GattStatus, val value: ByteArray) \ No newline at end of file diff --git a/blessed/src/main/java/com/welie/blessed/ScanFailure.kt b/blessed/src/main/java/com/welie/blessed/ScanFailure.kt index b46ae3d..5b929e7 100644 --- a/blessed/src/main/java/com/welie/blessed/ScanFailure.kt +++ b/blessed/src/main/java/com/welie/blessed/ScanFailure.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/blessed/src/main/java/com/welie/blessed/ScanMode.kt b/blessed/src/main/java/com/welie/blessed/ScanMode.kt index 789842f..d180059 100644 --- a/blessed/src/main/java/com/welie/blessed/ScanMode.kt +++ b/blessed/src/main/java/com/welie/blessed/ScanMode.kt @@ -1,3 +1,25 @@ +/* + * Copyright (c) 2023 Martijn van Welie + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ package com.welie.blessed import android.bluetooth.le.ScanSettings diff --git a/blessed/src/main/java/com/welie/blessed/WriteType.kt b/blessed/src/main/java/com/welie/blessed/WriteType.kt index 0ae59a4..51fd7b9 100644 --- a/blessed/src/main/java/com/welie/blessed/WriteType.kt +++ b/blessed/src/main/java/com/welie/blessed/WriteType.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Martijn van Welie + * Copyright (c) 2023 Martijn van Welie * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index f1f19e8..b239fe9 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index 918eaae..e3a556d 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes diff --git a/docs/com/welie/blessed/AdvertiseError.html b/docs/com/welie/blessed/AdvertiseError.html index 1e388ab..c446ed0 100644 --- a/docs/com/welie/blessed/AdvertiseError.html +++ b/docs/com/welie/blessed/AdvertiseError.html @@ -2,7 +2,7 @@ - + AdvertiseError diff --git a/docs/com/welie/blessed/BluetoothBytesParser.html b/docs/com/welie/blessed/BluetoothBytesParser.html index 9992ce4..4e3b7a4 100644 --- a/docs/com/welie/blessed/BluetoothBytesParser.html +++ b/docs/com/welie/blessed/BluetoothBytesParser.html @@ -2,7 +2,7 @@ - + BluetoothBytesParser diff --git a/docs/com/welie/blessed/BluetoothCentral.html b/docs/com/welie/blessed/BluetoothCentral.html index cc28454..127edc0 100644 --- a/docs/com/welie/blessed/BluetoothCentral.html +++ b/docs/com/welie/blessed/BluetoothCentral.html @@ -2,7 +2,7 @@ - + BluetoothCentral diff --git a/docs/com/welie/blessed/BluetoothCentralManager.html b/docs/com/welie/blessed/BluetoothCentralManager.html index 62d56c2..99ca946 100644 --- a/docs/com/welie/blessed/BluetoothCentralManager.html +++ b/docs/com/welie/blessed/BluetoothCentralManager.html @@ -2,7 +2,7 @@ - + BluetoothCentralManager diff --git a/docs/com/welie/blessed/BluetoothCentralManagerCallback.html b/docs/com/welie/blessed/BluetoothCentralManagerCallback.html index 564e4a7..fbd59a3 100644 --- a/docs/com/welie/blessed/BluetoothCentralManagerCallback.html +++ b/docs/com/welie/blessed/BluetoothCentralManagerCallback.html @@ -2,7 +2,7 @@ - + BluetoothCentralManagerCallback diff --git a/docs/com/welie/blessed/BluetoothPeripheral.html b/docs/com/welie/blessed/BluetoothPeripheral.html index 38cb4e0..0612e33 100644 --- a/docs/com/welie/blessed/BluetoothPeripheral.html +++ b/docs/com/welie/blessed/BluetoothPeripheral.html @@ -2,7 +2,7 @@ - + BluetoothPeripheral diff --git a/docs/com/welie/blessed/BluetoothPeripheralCallback.html b/docs/com/welie/blessed/BluetoothPeripheralCallback.html index e5fa7ac..d1537a9 100644 --- a/docs/com/welie/blessed/BluetoothPeripheralCallback.html +++ b/docs/com/welie/blessed/BluetoothPeripheralCallback.html @@ -2,7 +2,7 @@ - + BluetoothPeripheralCallback diff --git a/docs/com/welie/blessed/BluetoothPeripheralManager.html b/docs/com/welie/blessed/BluetoothPeripheralManager.html index aa34d0e..cf23dbc 100644 --- a/docs/com/welie/blessed/BluetoothPeripheralManager.html +++ b/docs/com/welie/blessed/BluetoothPeripheralManager.html @@ -2,7 +2,7 @@ - + BluetoothPeripheralManager diff --git a/docs/com/welie/blessed/BluetoothPeripheralManagerCallback.html b/docs/com/welie/blessed/BluetoothPeripheralManagerCallback.html index ff954ce..88c3e1b 100644 --- a/docs/com/welie/blessed/BluetoothPeripheralManagerCallback.html +++ b/docs/com/welie/blessed/BluetoothPeripheralManagerCallback.html @@ -2,7 +2,7 @@ - + BluetoothPeripheralManagerCallback diff --git a/docs/com/welie/blessed/BondState.html b/docs/com/welie/blessed/BondState.html index 83866d5..0bc5be8 100644 --- a/docs/com/welie/blessed/BondState.html +++ b/docs/com/welie/blessed/BondState.html @@ -2,7 +2,7 @@ - + BondState diff --git a/docs/com/welie/blessed/ConnectionPriority.html b/docs/com/welie/blessed/ConnectionPriority.html index 9aafd74..1e8a541 100644 --- a/docs/com/welie/blessed/ConnectionPriority.html +++ b/docs/com/welie/blessed/ConnectionPriority.html @@ -2,7 +2,7 @@ - + ConnectionPriority diff --git a/docs/com/welie/blessed/ConnectionState.html b/docs/com/welie/blessed/ConnectionState.html index efe9d29..5962724 100644 --- a/docs/com/welie/blessed/ConnectionState.html +++ b/docs/com/welie/blessed/ConnectionState.html @@ -2,7 +2,7 @@ - + ConnectionState diff --git a/docs/com/welie/blessed/GattStatus.html b/docs/com/welie/blessed/GattStatus.html index 894d7db..abd5b8e 100644 --- a/docs/com/welie/blessed/GattStatus.html +++ b/docs/com/welie/blessed/GattStatus.html @@ -2,7 +2,7 @@ - + GattStatus diff --git a/docs/com/welie/blessed/HciStatus.html b/docs/com/welie/blessed/HciStatus.html index 532f5b4..15b1ca2 100644 --- a/docs/com/welie/blessed/HciStatus.html +++ b/docs/com/welie/blessed/HciStatus.html @@ -2,7 +2,7 @@ - + HciStatus diff --git a/docs/com/welie/blessed/PeripheralType.html b/docs/com/welie/blessed/PeripheralType.html index 4bfe3ea..089eb4a 100644 --- a/docs/com/welie/blessed/PeripheralType.html +++ b/docs/com/welie/blessed/PeripheralType.html @@ -2,7 +2,7 @@ - + PeripheralType diff --git a/docs/com/welie/blessed/PhyOptions.html b/docs/com/welie/blessed/PhyOptions.html index 097744f..9f30de4 100644 --- a/docs/com/welie/blessed/PhyOptions.html +++ b/docs/com/welie/blessed/PhyOptions.html @@ -2,7 +2,7 @@ - + PhyOptions diff --git a/docs/com/welie/blessed/PhyType.html b/docs/com/welie/blessed/PhyType.html index 99ee505..950750c 100644 --- a/docs/com/welie/blessed/PhyType.html +++ b/docs/com/welie/blessed/PhyType.html @@ -2,7 +2,7 @@ - + PhyType diff --git a/docs/com/welie/blessed/ScanFailure.html b/docs/com/welie/blessed/ScanFailure.html index b0c2467..4cca472 100644 --- a/docs/com/welie/blessed/ScanFailure.html +++ b/docs/com/welie/blessed/ScanFailure.html @@ -2,7 +2,7 @@ - + ScanFailure diff --git a/docs/com/welie/blessed/ScanMode.html b/docs/com/welie/blessed/ScanMode.html index 44d7609..36d0138 100644 --- a/docs/com/welie/blessed/ScanMode.html +++ b/docs/com/welie/blessed/ScanMode.html @@ -2,7 +2,7 @@ - + ScanMode diff --git a/docs/com/welie/blessed/WriteType.html b/docs/com/welie/blessed/WriteType.html index a4b26b0..6c3d6fc 100644 --- a/docs/com/welie/blessed/WriteType.html +++ b/docs/com/welie/blessed/WriteType.html @@ -2,7 +2,7 @@ - + WriteType diff --git a/docs/com/welie/blessed/package-frame.html b/docs/com/welie/blessed/package-frame.html index 2348a2e..54fe0a5 100644 --- a/docs/com/welie/blessed/package-frame.html +++ b/docs/com/welie/blessed/package-frame.html @@ -2,7 +2,7 @@ - + com.welie.blessed diff --git a/docs/com/welie/blessed/package-summary.html b/docs/com/welie/blessed/package-summary.html index 9d33d1b..cf8a96c 100644 --- a/docs/com/welie/blessed/package-summary.html +++ b/docs/com/welie/blessed/package-summary.html @@ -2,7 +2,7 @@ - + com.welie.blessed diff --git a/docs/com/welie/blessed/package-tree.html b/docs/com/welie/blessed/package-tree.html index 35c2194..77ddf33 100644 --- a/docs/com/welie/blessed/package-tree.html +++ b/docs/com/welie/blessed/package-tree.html @@ -2,7 +2,7 @@ - + com.welie.blessed Class Hierarchy diff --git a/docs/constant-values.html b/docs/constant-values.html index d34f3a5..7ff98f0 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html index 711f5ef..0e15f88 100644 --- a/docs/deprecated-list.html +++ b/docs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List diff --git a/docs/help-doc.html b/docs/help-doc.html index 07780cb..34c2c3f 100644 --- a/docs/help-doc.html +++ b/docs/help-doc.html @@ -2,7 +2,7 @@ - + API Help diff --git a/docs/index-files/index-1.html b/docs/index-files/index-1.html index 63f326c..6f2ea5f 100644 --- a/docs/index-files/index-1.html +++ b/docs/index-files/index-1.html @@ -2,7 +2,7 @@ - + A-Index diff --git a/docs/index-files/index-10.html b/docs/index-files/index-10.html index 23ae2e9..cf62a24 100644 --- a/docs/index-files/index-10.html +++ b/docs/index-files/index-10.html @@ -2,7 +2,7 @@ - + O-Index diff --git a/docs/index-files/index-11.html b/docs/index-files/index-11.html index bf70b00..9fc3dcd 100644 --- a/docs/index-files/index-11.html +++ b/docs/index-files/index-11.html @@ -2,7 +2,7 @@ - + P-Index diff --git a/docs/index-files/index-12.html b/docs/index-files/index-12.html index b133172..a5c22b2 100644 --- a/docs/index-files/index-12.html +++ b/docs/index-files/index-12.html @@ -2,7 +2,7 @@ - + R-Index diff --git a/docs/index-files/index-13.html b/docs/index-files/index-13.html index b359e5c..17b5a9d 100644 --- a/docs/index-files/index-13.html +++ b/docs/index-files/index-13.html @@ -2,7 +2,7 @@ - + S-Index diff --git a/docs/index-files/index-14.html b/docs/index-files/index-14.html index 2e1b14c..08261ed 100644 --- a/docs/index-files/index-14.html +++ b/docs/index-files/index-14.html @@ -2,7 +2,7 @@ - + T-Index diff --git a/docs/index-files/index-15.html b/docs/index-files/index-15.html index 4d42ba6..3224ccd 100644 --- a/docs/index-files/index-15.html +++ b/docs/index-files/index-15.html @@ -2,7 +2,7 @@ - + V-Index diff --git a/docs/index-files/index-16.html b/docs/index-files/index-16.html index fe2cb01..2634879 100644 --- a/docs/index-files/index-16.html +++ b/docs/index-files/index-16.html @@ -2,7 +2,7 @@ - + W-Index diff --git a/docs/index-files/index-2.html b/docs/index-files/index-2.html index ba6f61f..44c6439 100644 --- a/docs/index-files/index-2.html +++ b/docs/index-files/index-2.html @@ -2,7 +2,7 @@ - + B-Index diff --git a/docs/index-files/index-3.html b/docs/index-files/index-3.html index c444ff3..ae8f65c 100644 --- a/docs/index-files/index-3.html +++ b/docs/index-files/index-3.html @@ -2,7 +2,7 @@ - + C-Index diff --git a/docs/index-files/index-4.html b/docs/index-files/index-4.html index c49c98d..d21d997 100644 --- a/docs/index-files/index-4.html +++ b/docs/index-files/index-4.html @@ -2,7 +2,7 @@ - + F-Index diff --git a/docs/index-files/index-5.html b/docs/index-files/index-5.html index 393c795..0f8fdc4 100644 --- a/docs/index-files/index-5.html +++ b/docs/index-files/index-5.html @@ -2,7 +2,7 @@ - + G-Index diff --git a/docs/index-files/index-6.html b/docs/index-files/index-6.html index 911bc0e..fcee284 100644 --- a/docs/index-files/index-6.html +++ b/docs/index-files/index-6.html @@ -2,7 +2,7 @@ - + H-Index diff --git a/docs/index-files/index-7.html b/docs/index-files/index-7.html index d13a2ed..2ecf1f7 100644 --- a/docs/index-files/index-7.html +++ b/docs/index-files/index-7.html @@ -2,7 +2,7 @@ - + I-Index diff --git a/docs/index-files/index-8.html b/docs/index-files/index-8.html index f60b07c..b6ec7fc 100644 --- a/docs/index-files/index-8.html +++ b/docs/index-files/index-8.html @@ -2,7 +2,7 @@ - + M-Index diff --git a/docs/index-files/index-9.html b/docs/index-files/index-9.html index fefd908..9753c1d 100644 --- a/docs/index-files/index-9.html +++ b/docs/index-files/index-9.html @@ -2,7 +2,7 @@ - + N-Index diff --git a/docs/index.html b/docs/index.html index 68f477d..9b8cc52 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - + Generated Documentation (Untitled)