Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp104 UUID uuidSerPer; variable
105 uuidSerPer = UUID::FromString("00001810-0000-1000-8000-00805F9B34F7");
106 GattService serviceOne(uuidSerPer, GattServiceType::PRIMARY);
139 UUID uuidSerPer; variable
141 GattService serviceOne(uuidSerPer, 1, 1, GattServiceType::PRIMARY);
181 UUID uuidSerPer; variable
183 GattCharacteristic* aa = new GattCharacteristic(uuidSerPer, 1, 1);
222 UUID uuidSerPer; variable
225 GattService serviceOne(uuidSerPer, GattServiceType::PRIMARY);
247 UUID uuidSerPer; variable
[all …]