Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_server.py654 self.update_attribute_value(attribute.uuid, attr_value)
720 def update_attribute_value(self, uuid, value): member in FlossGattServer
795 self.update_attribute_value(self.SERVICE_ATTR_UUID, self.SHORT_TEST_VALUE)
796 self.update_attribute_value(self.SERVER_CHANGED_CHAR_UUID, self.SHORT_TEST_VALUE)
797 self.update_attribute_value(self.SERVER_SUP_FEAT_UUID, self.SHORT_TEST_VALUE)
798 self.update_attribute_value(self.CLIENT_SUP_FEAT_UUID, self.SHORT_TEST_VALUE)
799 self.update_attribute_value(self.DATABASE_HASH_UUID, self.SHORT_TEST_VALUE)
800 self.update_attribute_value(self.LONG_CHAR_UUID, self.LONG_TEST_VALUE)
801 self.update_attribute_value(self.DESCRIPTOR_UUID, self.LONG_TEST_VALUE)
802 self.update_attribute_value(self.KEY_SIZE_CHAR_UUID, self.LONG_TEST_VALUE)
[all …]