Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp449 … GattCharacteristic characterTmp(UUID::ConvertFrom128Bits(character.uuid_.ConvertTo128Bits()), in BuildServiceList() local
454 characterTmp.AddDescriptor(GattDescriptor( in BuildServiceList()
457 svcTmp.AddCharacteristic(std::move(characterTmp)); in BuildServiceList()