Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp179 string charcUuid = characteristic.GetUuid().ToString(); variable
181 GattcBuildUuid(&characData.attribute.characteristic.characteristicUuid, charcUuid);
188 HILOGI("srvUuid: %{public}s, charcUuid: %{public}s",
189 srvUuid.c_str(), charcUuid.c_str());
206 string charcUuid = characteristic.GetUuid().ToString(); variable
208 GattcBuildUuid(&tmpCharac.characteristicUuid, charcUuid);
211 HILOGI("srvUuid: %{public}s, charcUuid: %{public}s", srvUuid.c_str(), charcUuid.c_str());
230 string charcUuid = descriptor.GetCharacteristic()->GetUuid().ToString(); variable
233 GattcBuildUuid(&descData.attribute.descriptor.characteristic.characteristicUuid, charcUuid);
260 string charcUuid = descriptor.GetCharacteristic()->GetUuid().ToString(); global() variable
307 string charcUuid = characteristic.GetUuid().ToString(); global() variable
[all...]

Completed in 2 milliseconds