Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp123 bool DescriptorPropertyIsReadable(uint16_t attHandle);
695 if (DescriptorPropertyIsReadable(attHandle)) { in ReadValueResponse()
794 if (DescriptorPropertyIsReadable(startHandle)) { in ReadUsingCharacteristicByUuidResponseStep2()
864 if (!DescriptorPropertyIsReadable(attHandle)) { in ReadBlobValueResponse()
1591 bool GattServerProfile::impl::DescriptorPropertyIsReadable(uint16_t attHandle) in DescriptorPropertyIsReadable() function in OHOS::bluetooth::GattServerProfile::impl