Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp205 auto characterAttribute = in GetDescriptorAttribute() local
208 characterAttribute, nullptr, "not found character uuid:%{public}s", characterUuid.ToString().c_str()); in GetDescriptorAttribute()
212 [characterHandle = characterAttribute->handle, descriptorUuid](GattAttribute &attr) { in GetDescriptorAttribute()
309 auto characterAttribute = variable
311 if (characterAttribute == nullptr) {
312 HILOGE("not found characterAttribute");
315 characterAttribute->actualHandle = item->GetHandle();
316 HILOGI("characterAttribute(%{public}s)", characterAttribute->ToLogString().c_str());

Completed in 3 milliseconds