Home
last modified time | relevance | path

Searched refs:GetValueByHandle (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.h210 GattAttributeEntity GetValueByHandle(const uint16_t handle);
H A Dgatt_database.cpp318 GattAttributeEntity GattDatabase::GetValueByHandle(const uint16_t handle) in GetValueByHandle() function in GattDatabase
H A Dgatt_server_profile.cpp1577 (db_.GetValueByHandle(attHandle).value().get().permissions_ & in CharacteristicPropertyIsReadable()
1611 (db_.GetValueByHandle(attHandle).value().get().permissions_ & in CharacteristicPropertyIsWritable()
1997 auto entity = pimpl->db_.GetValueByHandle(handle); in GetAttributeValue()
2013 return pimpl->db_.GetValueByHandle(handle); in GetAttributeEntity()

Completed in 6 milliseconds