Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp808 unsigned char stubValue[1] = {0x31}; in BleGattsAddCharacteristic() local
810 characteristic.SetValue(stubValue, sizeof(stubValue)); in BleGattsAddCharacteristic()
867 unsigned char stubValue[2] = {0x01, 0x00}; in BleGattsAddDescriptor() local
868 descriptor.SetValue(stubValue, sizeof(stubValue)); in BleGattsAddDescriptor()