Home
last modified time | relevance | path

Searched refs:OnConnectionParameterChanged (Results 1 – 25 of 30) sorted by relevance

12

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
Dgatt_connection_observer.h32 virtual void OnConnectionParameterChanged( in OnConnectionParameterChanged() function
Dgatt_client_service.cpp137 …void OnConnectionParameterChanged(const GattDevice &device, int interval, int latency, int timeout…
444 void OnConnectionParameterChanged( in OnConnectionParameterChanged() function in OHOS::bluetooth::GattClientService::impl::GattConnectionObserverImplement
448 …&impl::OnConnectionParameterChanged, service_.pimpl.get(), device, interval, latency, timeout, sta… in OnConnectionParameterChanged()
803 client.callback_.OnConnectionParameterChanged(0, 0, 0, GattStatus::REQUEST_NOT_SUPPORT); in RequestConnectionPriority()
809 client.callback_.OnConnectionParameterChanged(0, 0, 0, result); in RequestConnectionPriority()
1174 void GattClientService::impl::OnConnectionParameterChanged( in OnConnectionParameterChanged() function in OHOS::bluetooth::GattClientService::impl
1179 it.second.callback_.OnConnectionParameterChanged(interval, latency, timeout, status); in OnConnectionParameterChanged()
Dgatt_server_service.cpp98 …void OnConnectionParameterChanged(const GattDevice &device, int interval, int latency, int timeout…
470 void OnConnectionParameterChanged( in OnConnectionParameterChanged() function in OHOS::bluetooth::GattServerService::impl::GattConnectionObserverImplement
475 …&impl::OnConnectionParameterChanged, service_.pimpl.get(), device, interval, latency, timeout, sta… in OnConnectionParameterChanged()
1163 void GattServerService::impl::OnConnectionParameterChanged( in OnConnectionParameterChanged() function in OHOS::bluetooth::GattServerService::impl
1169 … server.second.callback_->OnConnectionParameterChanged(device, interval, latency, timeout, status); in OnConnectionParameterChanged()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
Di_bluetooth_gatt_server_callback.h45 virtual void OnConnectionParameterChanged(
Di_bluetooth_gatt_client_callback.h40 …virtual void OnConnectionParameterChanged(int32_t interval, int32_t latency, int32_t timeout, int3…
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
Dbluetooth_gatt_client_callback_proxy.h38 …void OnConnectionParameterChanged(int32_t interval, int32_t latency, int32_t timeout, int32_t stat…
Dbluetooth_gatt_server_callback_proxy.h42 void OnConnectionParameterChanged(
/foundation/communication/bluetooth/frameworks/js/napi/include/
Dnapi_bluetooth_gatt_server_callback.h52 void OnConnectionParameterChanged(const BluetoothRemoteDevice &device, in OnConnectionParameterChanged() function
Dnapi_bluetooth_gatt_client_callback.h42 … void OnConnectionParameterChanged(int interval, int latency, int timeout, int status) override {} in OnConnectionParameterChanged() function
/foundation/communication/bluetooth/interfaces/inner_api/include/
Dbluetooth_gatt_server.h156 virtual void OnConnectionParameterChanged( in OnConnectionParameterChanged() function
Dbluetooth_gatt_client.h152 virtual void OnConnectionParameterChanged(int interval, int latency, int timeout, int status) in OnConnectionParameterChanged() function
/foundation/communication/bluetooth_service/test/unittest/gatt/
Dgatt_manager_test.cpp75 void OnConnectionParameterChanged(int interval, int latency, int timeout, int status) in OnConnectionParameterChanged() function in OHOS::Bluetooth::GattClientCallbackTest
Dgatt_server_test.cpp51 void OnConnectionParameterChanged( in OnConnectionParameterChanged() function in OHOS::Bluetooth::BluetoothGattServerCallbackCommon
Dgatt_client_test.cpp77 void OnConnectionParameterChanged(int interval, int latency, int timeout, int status) in OnConnectionParameterChanged() function in OHOS::Bluetooth::GattClientCallbackTest
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
Dinterface_profile_gatt_server.h141 virtual void OnConnectionParameterChanged( in OnConnectionParameterChanged() function
Dinterface_profile_gatt_client.h134 … virtual void OnConnectionParameterChanged(int interval, int latency, int timeout, int status) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
Dhid_host_hogp.h68 … void OnConnectionParameterChanged(int interval, int latency, int timeout, int status) override;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
Dbluetooth_gatt_server_callback_proxy.cpp257 void BluetoothGattServerCallbackProxy::OnConnectionParameterChanged( in OnConnectionParameterChanged() function in OHOS::Bluetooth::BluetoothGattServerCallbackProxy
Dbluetooth_gatt_client_callback_proxy.cpp239 void BluetoothGattClientCallbackProxy::OnConnectionParameterChanged( in OnConnectionParameterChanged() function in OHOS::Bluetooth::BluetoothGattClientCallbackProxy
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
Dbluetooth_gatt_server_callback_stub.cpp209 OnConnectionParameterChanged(*device, interval, latency, timeout, status); in OnConnectionParameterChangedInner()
Dbluetooth_gatt_client_callback_stub.cpp179 OnConnectionParameterChanged(interval, latency, timeout, status); in OnConnectionParameterChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_gatt_server_server.cpp171 void OnConnectionParameterChanged( in OnConnectionParameterChanged() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl
176 …callback_->OnConnectionParameterChanged((BluetoothGattDevice)device, interval, latency, timeout, s… in OnConnectionParameterChanged()
Dbluetooth_gatt_client_server.cpp155 void OnConnectionParameterChanged(int interval, int latency, int timeout, int status) override in OnConnectionParameterChanged() function in OHOS::Bluetooth::BluetoothGattClientServer::impl::GattClientCallbackImpl
159 callback_->OnConnectionParameterChanged(interval, latency, timeout, status); in OnConnectionParameterChanged()
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_gatt_server.cpp372 void OnConnectionParameterChanged( in OnConnectionParameterChanged() function in OHOS::Bluetooth::GattServer::impl::BluetoothGattServerCallbackStubImpl
383 serverSptr->pimpl->callback_.OnConnectionParameterChanged( in OnConnectionParameterChanged()
Dbluetooth_gatt_client.cpp296 …void OnConnectionParameterChanged(int32_t interval, int32_t latency, int32_t timeout, int32_t stat… in OnConnectionParameterChanged() function in OHOS::Bluetooth::GattClient::impl::BluetoothGattClientCallbackStubImpl
305 … clientSptr->pimpl->callback_->OnConnectionParameterChanged(interval, latency, timeout, status); in OnConnectionParameterChanged()

12