Home
last modified time | relevance | path

Searched refs:OnMtuChanged (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server_callback.h42 virtual void OnMtuChanged(const BluetoothGattDevice &device, int32_t mtu) = 0;
H A Di_bluetooth_gatt_client_callback.h38 virtual void OnMtuChanged(int32_t state, int32_t mtu) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_gatt_client_callback_proxy.h36 void OnMtuChanged(int32_t state, int32_t mtu) override;
H A Dbluetooth_gatt_server_callback_proxy.h39 void OnMtuChanged(const BluetoothGattDevice &device, int32_t mtu) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_client.h122 virtual void OnMtuChanged(int state, int mtu) = 0;
H A Dinterface_profile_gatt_server.h128 virtual void OnMtuChanged(const GattDevice &device, int mtu) {} in OnMtuChanged() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.h67 void OnMtuChanged(int state, int mtu) override;
H A Dhid_host_hogp.cpp807 void HidHostHogp::HogpGattClientCallback::OnMtuChanged(int state, int mtu) in OnMtuChanged() function in OHOS::bluetooth::HidHostHogp::HogpGattClientCallback
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_callback_proxy.cpp198 void BluetoothGattServerCallbackProxy::OnMtuChanged(const BluetoothGattDevice &device, int32_t mtu) in OnMtuChanged() function in OHOS::Bluetooth::BluetoothGattServerCallbackProxy
H A Dbluetooth_gatt_client_callback_proxy.cpp187 void BluetoothGattClientCallbackProxy::OnMtuChanged(int32_t state, int32_t mtu) in OnMtuChanged() function in OHOS::Bluetooth::BluetoothGattClientCallbackProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp138 void OnMtuChanged(int state, int mtu) override in OnMtuChanged() function in OHOS::Bluetooth::BluetoothGattClientServer::impl::GattClientCallbackImpl
141 callback_->OnMtuChanged(state, mtu); in OnMtuChanged()
H A Dbluetooth_gatt_server_server.cpp157 void OnMtuChanged(const bluetooth::GattDevice &device, int mtu) override in OnMtuChanged() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl
160 callback_->OnMtuChanged((BluetoothGattDevice)device, mtu); in OnMtuChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_callback_stub.cpp197 stub->OnMtuChanged(*device, mtu); in OnMtuChangedInner()
H A Dbluetooth_gatt_client_callback_stub.cpp177 stub->OnMtuChanged(state, mtu); in OnMtuChangedInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.cpp788 client.callback_.OnMtuChanged(GattStatus::REQUEST_NOT_SUPPORT, mtu); in RequestExchangeMtu()
1057 …it.value()->second.callback_.OnMtuChanged(status ? GattStatus::GATT_SUCCESS : GattStatus::GATT_FAI… in OnExchangeMtuEvent()
H A Dgatt_server_service.cpp885 server.second.callback_->OnMtuChanged(remote->second.GetDevice(), rxMtu); in OnExchangeMtuEvent()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp311 void OnMtuChanged(const BluetoothGattDevice &device, int32_t mtu) override in OnMtuChanged() function in OHOS::Bluetooth::GattServer::impl::BluetoothGattServerCallbackStubImpl
H A Dbluetooth_gatt_client.cpp292 void OnMtuChanged(int32_t state, int32_t mtu) override in OnMtuChanged() function in OHOS::Bluetooth::GattClient::impl::BluetoothGattClientCallbackStubImpl
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp91 void OnMtuChanged(int state, int mtu) override in OnMtuChanged() function in OHOS::bluetooth::BleAdapter::impl::GattClientCallback