Searched defs:needConfirm (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_server_proxy.cpp | 118 NotifyClient( const BluetoothGattDevice &device, BluetoothGattCharacteristic *characteristic, bool needConfirm) NotifyClient() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_stub.cpp | 149 bool needConfirm = data.ReadBool(); in NotifyClientInner() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_profile_callback.h | 68 OnCharacteristicNotifyEvent( uint16_t connectHandle, uint16_t handle, GattValue &value, size_t len, bool needConfirm) OnCharacteristicNotifyEvent() argument
|
H A D | gatt_client_service.cpp | 1007 OnCharacteristicNotifyEvent( uint16_t connectHandle, uint16_t valueHandle, GattValue &value, size_t length, bool needConfirm) OnCharacteristicNotifyEvent() argument
|
H A D | gatt_server_service.cpp | 249 int GattServerService::NotifyClient(const GattDevice &device, Characteristic &characteristic, bool needConfirm) in NotifyClient() argument 765 NotifyClient( const GattDevice &device, uint16_t valueHandle, const GattValue &value, size_t length, bool needConfirm) NotifyClient() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_server_server.cpp | 348 NotifyClient( const BluetoothGattDevice &device, BluetoothGattCharacteristic *characteristic, bool needConfirm) NotifyClient() argument
|
Completed in 10 milliseconds