/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_client_callback.h | 38 virtual void OnMtuChanged(int32_t state, int32_t mtu) = 0;
|
H A D | i_bluetooth_gatt_server_callback.h | 42 virtual void OnMtuChanged(const BluetoothGattDevice &device, int32_t mtu) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_gatt_client_callback_proxy.h | 36 void OnMtuChanged(int32_t state, int32_t mtu) override;
|
H A D | bluetooth_gatt_server_callback_proxy.h | 39 void OnMtuChanged(const BluetoothGattDevice &device, int32_t mtu) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_server.h | 128 virtual void OnMtuChanged(const GattDevice &device, int mtu) {} in OnMtuChanged() function in OHOS::bluetooth::IGattServerCallback
|
H A D | interface_profile_gatt_client.h | 122 virtual void OnMtuChanged(int state, int mtu) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_hogp.h | 67 void OnMtuChanged(int state, int mtu) override;
|
H A D | hid_host_hogp.cpp | 807 void HidHostHogp::HogpGattClientCallback::OnMtuChanged(int state, int mtu) in OnMtuChanged() function in OHOS::bluetooth::HidHostHogp::HogpGattClientCallback
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_client_callback_proxy.cpp | 187 void BluetoothGattClientCallbackProxy::OnMtuChanged(int32_t state, int32_t mtu) in OnMtuChanged() function in OHOS::Bluetooth::BluetoothGattClientCallbackProxy 189 HILOGI("BluetoothGattClientCallbackProxy::OnMtuChanged Triggered!"); in OnMtuChanged() 192 HILOGE("BluetoothGattClientCallbackProxy::OnMtuChanged WriteInterfaceToken error"); in OnMtuChanged() 196 HILOGE("BluetoothGattClientCallbackProxy::OnMtuChanged transport error"); in OnMtuChanged() 200 HILOGE("BluetoothGattClientCallbackProxy::OnMtuChanged transport error"); in OnMtuChanged() 210 HILOGE("BluetoothGattClientCallbackProxy::OnMtuChanged done fail, error: %{public}d", error); in OnMtuChanged()
|
H A D | bluetooth_gatt_server_callback_proxy.cpp | 198 void BluetoothGattServerCallbackProxy::OnMtuChanged(const BluetoothGattDevice &device, int32_t mtu) in OnMtuChanged() function in OHOS::Bluetooth::BluetoothGattServerCallbackProxy
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_client_callback_stub.cpp | 174 stub->OnMtuChanged(state, mtu); in OnMtuChangedInner()
|
H A D | bluetooth_gatt_server_callback_stub.cpp | 194 stub->OnMtuChanged(*device, mtu); in OnMtuChangedInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_client_server.cpp | 138 void OnMtuChanged(int state, int mtu) override 141 callback_->OnMtuChanged(state, mtu);
|
H A D | bluetooth_gatt_server_server.cpp | 157 void OnMtuChanged(const bluetooth::GattDevice &device, int mtu) override 160 callback_->OnMtuChanged((BluetoothGattDevice)device, mtu);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.cpp | 788 client.callback_.OnMtuChanged(GattStatus::REQUEST_NOT_SUPPORT, mtu); in RequestExchangeMtu() 1055 it.value()->second.callback_.OnMtuChanged(status ? GattStatus::GATT_SUCCESS : GattStatus::GATT_FAILURE, rxMtu); in OnExchangeMtuEvent()
|
H A D | gatt_server_service.cpp | 885 server.second.callback_->OnMtuChanged(remote->second.GetDevice(), rxMtu); in OnExchangeMtuEvent()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 289 void OnMtuChanged(int32_t state, int32_t mtu) override
|
H A D | bluetooth_gatt_server.cpp | 328 void OnMtuChanged(const BluetoothGattDevice &device, int32_t mtu) override
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.cpp | 91 void OnMtuChanged(int state, int mtu) override
|