/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
D | gatt_connection_observer.h | 32 virtual void OnConnectionParameterChanged( in OnConnectionParameterChanged() function
|
D | gatt_client_service.cpp | 137 …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()
|
D | gatt_server_service.cpp | 98 …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/ |
D | i_bluetooth_gatt_server_callback.h | 45 virtual void OnConnectionParameterChanged(
|
D | i_bluetooth_gatt_client_callback.h | 40 …virtual void OnConnectionParameterChanged(int32_t interval, int32_t latency, int32_t timeout, int3…
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
D | bluetooth_gatt_client_callback_proxy.h | 38 …void OnConnectionParameterChanged(int32_t interval, int32_t latency, int32_t timeout, int32_t stat…
|
D | bluetooth_gatt_server_callback_proxy.h | 42 void OnConnectionParameterChanged(
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
D | napi_bluetooth_gatt_server_callback.h | 52 void OnConnectionParameterChanged(const BluetoothRemoteDevice &device, in OnConnectionParameterChanged() function
|
D | napi_bluetooth_gatt_client_callback.h | 42 … void OnConnectionParameterChanged(int interval, int latency, int timeout, int status) override {} in OnConnectionParameterChanged() function
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
D | bluetooth_gatt_server.h | 156 virtual void OnConnectionParameterChanged( in OnConnectionParameterChanged() function
|
D | bluetooth_gatt_client.h | 152 virtual void OnConnectionParameterChanged(int interval, int latency, int timeout, int status) in OnConnectionParameterChanged() function
|
/foundation/communication/bluetooth_service/test/unittest/gatt/ |
D | gatt_manager_test.cpp | 75 void OnConnectionParameterChanged(int interval, int latency, int timeout, int status) in OnConnectionParameterChanged() function in OHOS::Bluetooth::GattClientCallbackTest
|
D | gatt_server_test.cpp | 51 void OnConnectionParameterChanged( in OnConnectionParameterChanged() function in OHOS::Bluetooth::BluetoothGattServerCallbackCommon
|
D | gatt_client_test.cpp | 77 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/ |
D | interface_profile_gatt_server.h | 141 virtual void OnConnectionParameterChanged( in OnConnectionParameterChanged() function
|
D | interface_profile_gatt_client.h | 134 … virtual void OnConnectionParameterChanged(int interval, int latency, int timeout, int status) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
D | hid_host_hogp.h | 68 … void OnConnectionParameterChanged(int interval, int latency, int timeout, int status) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
D | bluetooth_gatt_server_callback_proxy.cpp | 257 void BluetoothGattServerCallbackProxy::OnConnectionParameterChanged( in OnConnectionParameterChanged() function in OHOS::Bluetooth::BluetoothGattServerCallbackProxy
|
D | bluetooth_gatt_client_callback_proxy.cpp | 239 void BluetoothGattClientCallbackProxy::OnConnectionParameterChanged( in OnConnectionParameterChanged() function in OHOS::Bluetooth::BluetoothGattClientCallbackProxy
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
D | bluetooth_gatt_server_callback_stub.cpp | 209 OnConnectionParameterChanged(*device, interval, latency, timeout, status); in OnConnectionParameterChangedInner()
|
D | bluetooth_gatt_client_callback_stub.cpp | 179 OnConnectionParameterChanged(interval, latency, timeout, status); in OnConnectionParameterChangedInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
D | bluetooth_gatt_server_server.cpp | 171 void OnConnectionParameterChanged( in OnConnectionParameterChanged() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl 176 …callback_->OnConnectionParameterChanged((BluetoothGattDevice)device, interval, latency, timeout, s… in OnConnectionParameterChanged()
|
D | bluetooth_gatt_client_server.cpp | 155 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/ |
D | bluetooth_gatt_server.cpp | 372 void OnConnectionParameterChanged( in OnConnectionParameterChanged() function in OHOS::Bluetooth::GattServer::impl::BluetoothGattServerCallbackStubImpl 383 serverSptr->pimpl->callback_.OnConnectionParameterChanged( in OnConnectionParameterChanged()
|
D | bluetooth_gatt_client.cpp | 296 …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()
|