Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp675 GattDescriptor *tmpDescriptor = tmpCharac->GetDescriptor(UUID::FromString(strUuidDesc)); in BleGattcReadDescriptor() local
676 if (tmpDescriptor == nullptr) { in BleGattcReadDescriptor()
681 int result = client->ReadDescriptor(*tmpDescriptor); in BleGattcReadDescriptor()
710 GattDescriptor *tmpDescriptor = tmpCharac->GetDescriptor(UUID::FromString(strUuidDesc)); in BleGattcWriteDescriptor() local
711 if (tmpDescriptor == nullptr) { in BleGattcWriteDescriptor()
716 tmpDescriptor->SetValue(reinterpret_cast<unsigned char *>(const_cast<char *>(value)), len); in BleGattcWriteDescriptor()
717 int result = client->WriteDescriptor(*tmpDescriptor); in BleGattcWriteDescriptor()