Home
last modified time | relevance | path

Searched refs:OnCharacteristicChanged (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_client_callback.h33 virtual void OnCharacteristicChanged(const BluetoothGattCharacteristic &characteristic) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_client_callback.h36 void OnCharacteristicChanged(const GattCharacteristic &characteristic) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_gatt_client_callback_proxy.h31 void OnCharacteristicChanged(const BluetoothGattCharacteristic &characteristic) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_client.h72 virtual void OnCharacteristicChanged(const GattCharacteristic &characteristic) in OnCharacteristicChanged() function
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_manager_test.cpp40 void OnCharacteristicChanged(const GattCharacteristic &characteristic) in OnCharacteristicChanged() function in OHOS::Bluetooth::GattClientCallbackTest
H A Dgatt_client_test.cpp42 void OnCharacteristicChanged(const GattCharacteristic &characteristic) in OnCharacteristicChanged() function in OHOS::Bluetooth::GattClientCallbackTest
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_client.h86 virtual void OnCharacteristicChanged(const Characteristic &characteristic) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client_callback.cpp37 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 Dhid_host_hogp.h64 void OnCharacteristicChanged(const Characteristic &characteristic) override;
H A Dhid_host_hogp.cpp748 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 Dbluetooth_gatt_client_server.cpp104 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 Dbluetooth_gatt_client_callback_proxy.cpp49 void BluetoothGattClientCallbackProxy::OnCharacteristicChanged(const BluetoothGattCharacteristic &c… in OnCharacteristicChanged() function in OHOS::Bluetooth::BluetoothGattClientCallbackProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_client_callback_stub.cpp109 stub->OnCharacteristicChanged(*characteristic); in OnCharacteristicChangedInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp162 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 Dohos_bt_gatt_client.cpp297 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 Dgatt_client_service.cpp1044 client.value()->second.callback_.OnCharacteristicChanged(gattCCC); in OnCharacteristicNotifyEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp76 void OnCharacteristicChanged(const Characteristic &characteristic) override in OnCharacteristicChanged() function in OHOS::bluetooth::BleAdapter::impl::GattClientCallback