Index: device/bluetooth/bluetooth_gatt_characteristic.h |
diff --git a/device/bluetooth/bluetooth_gatt_characteristic.h b/device/bluetooth/bluetooth_gatt_characteristic.h |
index 881511cf9a84905f4104c1372452e37f78e89ed6..e71d2fdfb8a460739ee9bc36208e56fd1bb09752 100644 |
--- a/device/bluetooth/bluetooth_gatt_characteristic.h |
+++ b/device/bluetooth/bluetooth_gatt_characteristic.h |
@@ -51,7 +51,7 @@ class BluetoothGattCharacteristic { |
kPropertyAuthenticatedSignedWrites = 1 << 6, |
kPropertyExtendedProperties = 1 << 7, |
kPropertyReliableWrite = 1 << 8, |
- kPropertyWriteableAuxiliaries = 1 << 9 |
+ kPropertyWritableAuxiliaries = 1 << 9 |
}; |
typedef uint32 Properties; |