Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_characteristic_test.cpp215 std::unique_ptr<uint8_t[]> values_Get = std::make_unique<uint8_t[]>(length_Get); in HWTEST_F() local
216 (void)memcpy_s(values_Get.get(), length_Get, pGattCharacteristic->GetValue(plength_Get).get(), length_Get); in HWTEST_F()
217 const uint8_t *values = static_cast<uint8_t *>(values_Get.get()); in HWTEST_F()

Completed in 1 milliseconds