Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp178 string srvUuid = characteristic.GetService()->GetUuid().ToString(); variable
180 GattcBuildUuid(&characData.attribute.characteristic.serviceUuid, srvUuid);
188 HILOGI("srvUuid: %{public}s, charcUuid: %{public}s",
189 srvUuid.c_str(), charcUuid.c_str());
205 string srvUuid = characteristic.GetService()->GetUuid().ToString(); variable
207 GattcBuildUuid(&tmpCharac.serviceUuid, srvUuid);
211 HILOGI("srvUuid: %{public}s, charcUuid: %{public}s", srvUuid.c_str(), charcUuid.c_str());
229 string srvUuid = descriptor.GetCharacteristic()->GetService()->GetUuid().ToString(); variable
232 GattcBuildUuid(&descData.attribute.descriptor.characteristic.serviceUuid, srvUuid);
259 string srvUuid = descriptor.GetCharacteristic()->GetService()->GetUuid().ToString(); global() variable
306 string srvUuid = characteristic.GetService()->GetUuid().ToString(); global() variable
[all...]
H A Dohos_bt_gatt.cpp1403 UUID srvUuid; in RemoveLpDeviceParam() local
1404 if (!ConvertBtUuid(uuid, srvUuid)) { in RemoveLpDeviceParam()
1407 int ret = bleCentralManager->RemoveLpDeviceParam(srvUuid); in RemoveLpDeviceParam()

Completed in 4 milliseconds