Home
last modified time | relevance | path

Searched defs:needConfirm (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_proxy.cpp122 … const BluetoothGattDevice &device, BluetoothGattCharacteristic *characteristic, bool needConfirm) in NotifyClient()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_stub.cpp149 bool needConfirm = data.ReadBool(); in NotifyClientInner() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile_callback.h69 uint16_t connectHandle, uint16_t handle, GattValue &value, size_t len, bool needConfirm) {}; in OnCharacteristicNotifyEvent()
H A Dgatt_server_service.cpp249 …erService::NotifyClient(const GattDevice &device, Characteristic &characteristic, bool needConfirm) in NotifyClient()
766 … GattDevice &device, uint16_t valueHandle, const GattValue &value, size_t length, bool needConfirm) in NotifyClient()
H A Dgatt_client_service.cpp546 … uint16_t connectHandle, uint16_t handle, GattValue &value, size_t len, bool needConfirm) override in OnCharacteristicNotifyEvent()
1010 uint16_t connectHandle, uint16_t valueHandle, GattValue &value, size_t length, bool needConfirm) in OnCharacteristicNotifyEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp349 … const BluetoothGattDevice &device, BluetoothGattCharacteristic *characteristic, bool needConfirm) in NotifyClient()