Home
last modified time | relevance | path

Searched refs:OnNotifyConfirm (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server_callback.h43 virtual void OnNotifyConfirm(
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_gatt_server_callback_proxy.h40 void OnNotifyConfirm(
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_server.h109 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 Dbluetooth_gatt_server_callback_proxy.cpp225 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 Dbluetooth_gatt_server_callback_stub.cpp212 stub->OnNotifyConfirm(*device, *characteristic, result); in OnNotifyConfirmInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp131 void OnNotifyConfirm(
135 callback_->OnNotifyConfirm((BluetoothGattDevice)device, (BluetoothGattCharacteristic)characteristic, result);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.cpp63 void OnNotifyConfirm(const GattDevice &device, const Characteristic &characteristic, int result) override
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp277 void OnNotifyConfirm(
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp1077 server->second.callback_->OnNotifyConfirm( in OnIndicationEvent()

Completed in 8 milliseconds