Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt_c/
H A Dgatt_c_test.cpp110 filter[0].serviceUuidLength = sizeof("FFFFFFF0-FFFF-FFFF-FFFF-FFFFFFFFFFFF");
166 filter[0].serviceUuidLength = 0;
175 filter[0].serviceUuidLength = sizeof("FFFFFFF0-FFFF-FFFF-FFFF-FFFFFFFFFFFF");
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h373 unsigned int serviceUuidLength; member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp797 if (nativeScanFilter->serviceUuidLength != 0 && nativeScanFilter->serviceUuid != nullptr) { in SetServiceUuidParameter()
1188 if (filter.serviceUuidLength != 0) { in BleScanNativeFilterLog()