/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_client_callback.h | 33 virtual void OnCharacteristicChanged(const BluetoothGattCharacteristic &characteristic) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_gatt_client_callback.h | 36 void OnCharacteristicChanged(const GattCharacteristic &characteristic) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_gatt_client_callback_proxy.h | 31 void OnCharacteristicChanged(const BluetoothGattCharacteristic &characteristic) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_client.h | 72 virtual void OnCharacteristicChanged(const GattCharacteristic &characteristic) in OnCharacteristicChanged() function
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_manager_test.cpp | 40 void OnCharacteristicChanged(const GattCharacteristic &characteristic) in OnCharacteristicChanged() function in OHOS::Bluetooth::GattClientCallbackTest
|
H A D | gatt_client_test.cpp | 42 void OnCharacteristicChanged(const GattCharacteristic &characteristic) in OnCharacteristicChanged() function in OHOS::Bluetooth::GattClientCallbackTest
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_client.h | 86 virtual void OnCharacteristicChanged(const Characteristic &characteristic) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_client_callback.cpp | 37 void NapiGattClientCallback::OnCharacteristicChanged(const GattCharacteristic &characteristic) in OnCharacteristicChanged() function in OHOS::Bluetooth::NapiGattClientCallback
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_hogp.h | 64 void OnCharacteristicChanged(const Characteristic &characteristic) override;
|
H A D | hid_host_hogp.cpp | 748 void HidHostHogp::HogpGattClientCallback::OnCharacteristicChanged(const Characteristic &characteris… in OnCharacteristicChanged() function in OHOS::bluetooth::HidHostHogp::HogpGattClientCallback
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_client_server.cpp | 104 void OnCharacteristicChanged(const Characteristic &characteristic) override in OnCharacteristicChanged() function in OHOS::Bluetooth::BluetoothGattClientServer::impl::GattClientCallbackImpl 111 callback_->OnCharacteristicChanged((BluetoothGattCharacteristic)characteristic); in OnCharacteristicChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_client_callback_proxy.cpp | 49 void BluetoothGattClientCallbackProxy::OnCharacteristicChanged(const BluetoothGattCharacteristic &c… in OnCharacteristicChanged() function in OHOS::Bluetooth::BluetoothGattClientCallbackProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_client_callback_stub.cpp | 109 stub->OnCharacteristicChanged(*characteristic); in OnCharacteristicChangedInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 162 void OnCharacteristicChanged(const BluetoothGattCharacteristic &characteristic) override in OnCharacteristicChanged() function in OHOS::Bluetooth::GattClient::impl::BluetoothGattClientCallbackStubImpl 175 … WPTR_GATT_CBACK(clientSptr->pimpl->callback_, OnCharacteristicChanged, character); in OnCharacteristicChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_client.cpp | 297 void OnCharacteristicChanged(const GattCharacteristic &characteristic) override in OnCharacteristicChanged() function in OHOS::Bluetooth::GattClientCallbackWrapper
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.cpp | 1044 client.value()->second.callback_.OnCharacteristicChanged(gattCCC); in OnCharacteristicNotifyEvent()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.cpp | 76 void OnCharacteristicChanged(const Characteristic &characteristic) override in OnCharacteristicChanged() function in OHOS::bluetooth::BleAdapter::impl::GattClientCallback
|