Searched refs:OnNotifyConfirm (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server_callback.h | 43 virtual void OnNotifyConfirm(
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_gatt_server_callback_proxy.h | 40 void OnNotifyConfirm(
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_server.h | 109 virtual void OnNotifyConfirm(const GattDevice &device, const Characteristic &characteristic, int result) {} in OnNotifyConfirm() function in OHOS::bluetooth::IGattServerCallback
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_callback_proxy.cpp | 225 void BluetoothGattServerCallbackProxy::OnNotifyConfirm( in OnNotifyConfirm() function in OHOS::Bluetooth::BluetoothGattServerCallbackProxy 230 HILOGE("BluetoothGattServerCallbackProxy::OnNotifyConfirm WriteInterfaceToken error"); in OnNotifyConfirm() 234 HILOGE("BluetoothGattServerCallbackProxy::OnNotifyConfirm error"); in OnNotifyConfirm() 238 HILOGE("BluetoothGattServerCallbackProxy::OnNotifyConfirm error"); in OnNotifyConfirm() 242 HILOGE("BluetoothGattServerCallbackProxy::OnNotifyConfirm error"); in OnNotifyConfirm() 252 HILOGE("BluetoothGattServerCallbackProxy::OnNotifyConfirm done fail, error: %d", error); in OnNotifyConfirm()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_server_callback_stub.cpp | 212 stub->OnNotifyConfirm(*device, *characteristic, result); in OnNotifyConfirmInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_server_server.cpp | 131 void OnNotifyConfirm( 135 callback_->OnNotifyConfirm((BluetoothGattDevice)device, (BluetoothGattCharacteristic)characteristic, result);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/ |
H A D | generic_attribute_service.cpp | 63 void OnNotifyConfirm(const GattDevice &device, const Characteristic &characteristic, int result) override
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 277 void OnNotifyConfirm(
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.cpp | 1077 server->second.callback_->OnNotifyConfirm( in OnIndicationEvent()
|
Completed in 8 milliseconds