Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/test/gatt/
Ddatabase_test.cc59 builder.SetValueOfDescriptors({0x0001}); in TEST()
250 builder.SetValueOfDescriptors(descriptorValues); in TEST()
522 builder.SetValueOfDescriptors(descriptorValues); in TEST()
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase_builder.h62 bool SetValueOfDescriptors(const std::vector<uint16_t>& values);
Ddatabase_builder.cc221 bool DatabaseBuilder::SetValueOfDescriptors(const std::vector<uint16_t>& values) { in SetValueOfDescriptors() function in gatt::DatabaseBuilder
Dbta_gattc_cache.cc860 bool ret = p_srvc_cb->pending_discovery.SetValueOfDescriptors(value_of_descriptors); in bta_gattc_read_ext_prop_desc_cmpl()