Home
last modified time | relevance | path

Searched refs:Propertie (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_characteristic.cpp29 : writeType_(properties & Propertie::AUTHENTICATED_SIGNED_WRITES ? WriteType::SIGNED in GattCharacteristic()
30 : properties & Propertie::WRITE_WITHOUT_RESPONSE ? WriteType::NO_RESPONSE in GattCharacteristic()
43 : writeType_(properties & Propertie::AUTHENTICATED_SIGNED_WRITES ? WriteType::SIGNED in GattCharacteristic()
44 : properties & Propertie::WRITE_WITHOUT_RESPONSE ? WriteType::NO_RESPONSE in GattCharacteristic()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_characteristic.h77 enum Propertie { enum