Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp920 std::vector<uint8_t> disableValue = {0, 0}; in SetNotifyCharacteristic() local
921 return SetNotifyCharacteristicInner(characteristic, enable, (enable ? enableNotifyValue : disableValue)); in SetNotifyCharacteristic()
928 std::vector<uint8_t> disableValue = {0, 0}; in SetIndicateCharacteristic() local
929 return SetNotifyCharacteristicInner(characteristic, enable, (enable ? enableIndicateValue : disableValue)); in SetIndicateCharacteristic()

Completed in 3 milliseconds