Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp122 bool CharacteristicPropertyIsReadable(uint16_t attHandle);
707 if (CharacteristicPropertyIsReadable(attHandle)) { in ReadValueResponse()
804 if (CharacteristicPropertyIsReadable(startHandle)) { in ReadUsingCharacteristicByUuidResponseStep2()
868 if (!CharacteristicPropertyIsReadable(attHandle)) { in ReadBlobValueResponse()
1573 bool GattServerProfile::impl::CharacteristicPropertyIsReadable(uint16_t attHandle) in CharacteristicPropertyIsReadable() function in OHOS::bluetooth::GattServerProfile::impl