Searched defs:needConfirm (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_server_proxy.cpp | 122 … const BluetoothGattDevice &device, BluetoothGattCharacteristic *characteristic, bool needConfirm) in NotifyClient()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_stub.cpp | 149 bool needConfirm = data.ReadBool(); in NotifyClientInner() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_profile_callback.h | 69 uint16_t connectHandle, uint16_t handle, GattValue &value, size_t len, bool needConfirm) {}; in OnCharacteristicNotifyEvent()
|
H A D | gatt_server_service.cpp | 249 …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 D | gatt_client_service.cpp | 546 … 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 D | bluetooth_gatt_server_server.cpp | 349 … const BluetoothGattDevice &device, BluetoothGattCharacteristic *characteristic, bool needConfirm) in NotifyClient()
|