Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp125 bool DescriptorPropertyIsWritable(uint16_t attHandle);
928 if (DescriptorPropertyIsWritable(attHandle)) { in WriteValueResponse()
971 if (DescriptorPropertyIsWritable(attHandle)) { in WriteWithoutResponse()
1012 if (DescriptorPropertyIsWritable(attHandle)) { in WriteLongCharacteristicValueResponse()
1625 bool GattServerProfile::impl::DescriptorPropertyIsWritable(uint16_t attHandle) in DescriptorPropertyIsWritable() function in OHOS::bluetooth::GattServerProfile::impl