Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_server_old.cpp752 const int attribute_id = internal_->uuid_to_attribute[id]; in SetCharacteristicValue() local
753 Characteristic &ch = internal_->characteristics[attribute_id]; in SetCharacteristicValue()
763 attribute_id, in SetCharacteristicValue()
774 const int attribute_id = internal_->uuid_to_attribute[id]; in GetCharacteristicValue() local
775 *value = internal_->characteristics[attribute_id].blob; in GetCharacteristicValue()