Searched defs:CCCD_UUID (Results 1 – 4 of 4) sorted by relevance
45 public static final ParcelUuid CCCD_UUID = BluetoothUuid.parseUuidFrom(new byte[] {0x29, 0x02}); field in UuidConstants
44 pub const CCCD_UUID: &str = "00002902-0000-1000-8000-00805f9b34fb"; constant
39 CCCD_UUID = 0x2902 variable
94 private static final UUID CCCD_UUID = UUID.fromString("00002902-0000-1000-8000-00805f9b34fb"); field in GattClientTest