Skip to content

Commit

Permalink
fix 'Descriptor None was not found!'
Browse files Browse the repository at this point in the history
  • Loading branch information
vabt-igd committed May 23, 2024
1 parent 75cd779 commit bee4d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bleak/backends/p4android/defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ class ScanFailed(enum.IntEnum):
BluetoothGattCharacteristic.PROPERTY_WRITE_NO_RESPONSE: "write-without-response",
}

CLIENT_CHARACTERISTIC_CONFIGURATION_UUID = "2902"
CLIENT_CHARACTERISTIC_CONFIGURATION_UUID = "00002902-0000-1000-8000-00805f9b34fb"

0 comments on commit bee4d86

Please sign in to comment.