Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_client.h385 int SetNotifyCharacteristicInner(GattCharacteristic &characteristic, bool enable,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp867 int GattClient::SetNotifyCharacteristicInner(GattCharacteristic &characteristic, bool enable, in SetNotifyCharacteristicInner() function in OHOS::Bluetooth::GattClient
919 …return SetNotifyCharacteristicInner(characteristic, enable, (enable ? enableNotifyValue : disableV… in SetNotifyCharacteristic()
927 …return SetNotifyCharacteristicInner(characteristic, enable, (enable ? enableIndicateValue : disabl… in SetIndicateCharacteristic()