Searched refs:CharacteristicPropertyIsReadable (Results 1 – 1 of 1) sorted by relevance
122 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