Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_characteristic_test.cpp210 size_t length_Get = 1; in HWTEST_F() local
211 size_t *plength_Get = &length_Get; in HWTEST_F()
215 std::unique_ptr<uint8_t[]> values_Get = std::make_unique<uint8_t[]>(length_Get); in HWTEST_F()
216 (void)memcpy_s(values_Get.get(), length_Get, pGattCharacteristic->GetValue(plength_Get).get(), length_Get); in HWTEST_F()

Completed in 1 milliseconds