Home
last modified time | relevance | path

Searched defs:mtu (Results 1 - 25 of 102) sorted by relevance

12345

/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_factory.cpp23 CreateRfcommTransport( const RawAddress *addr, uint8_t scn, uint16_t mtu, DataTransportObserver &observer, utility::Dispatcher &dispatcher) CreateRfcommTransport() argument
H A Dtransport_def.h54 uint16_t mtu; member
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Droute_type.h29 int mtu; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_server.c71 RfcommCreateServer( uint8_t scn, uint16_t mtu, uint32_t eventMask, RFCOMM_EventCallback callback, void *context) RfcommCreateServer() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection.h36 GattConnection(const GattDevice &device, uint16_t mtu, uint16_t handle) in GattConnection() argument
60 void SetMtu(uint16_t mtu) in SetMtu() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server_callback.cpp109 void NapiGattServerCallback::OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) in OnMtuUpdate() argument
H A Dnapi_bluetooth_gatt_client_callback.cpp98 void NapiGattClientCallback::OnMtuUpdate(int mtu, int ret) in OnMtuUpdate() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dvnic_manager_test.cpp100 uint16_t mtu = 1500; in HWTEST_F() local
119 uint16_t mtu = 1500; in HWTEST_F() local
133 uint16_t mtu = 0; in HWTEST_F() local
H A Dinterface_manager_test.cpp98 std::string mtu = "1500"; in HWTEST_F() local
H A Dnet_manager_native_test.cpp193 uint16_t mtu = 1500; in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_api.h24 uint16_t mtu; member
/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() argument
H A Dbluetooth_gatt_client_callback_proxy.cpp187 void BluetoothGattClientCallbackProxy::OnMtuChanged(int32_t state, int32_t mtu) in OnMtuChanged() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_server.h128 virtual void OnMtuChanged(const GattDevice &device, int mtu) {} in OnMtuChanged() argument
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_server.h134 virtual void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) in OnMtuUpdate() argument
H A Dbluetooth_gatt_client.h129 virtual void OnMtuUpdate(int mtu, int ret) in OnMtuUpdate() argument
H A Dbluetooth_a2dp_codec.h104 uint16_t mtu = 0; member
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_client_proxy.cpp223 int BluetoothGattClientProxy::RequestExchangeMtu(int32_t appId, int32_t mtu) in RequestExchangeMtu() argument
H A Dbluetooth_gatt_client_callback_stub.cpp173 int32_t mtu = data.ReadInt32(); in OnMtuChangedInner() local
H A Dbluetooth_gatt_server_callback_stub.cpp192 int32_t mtu = data.ReadInt32(); in OnMtuChangedInner() local
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Da2dp_parcel_codec.h171 uint16_t mtu; member
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dclat_manager.cpp183 int mtu = CLAT_IPV6_MIN_MTU - MTU_DELTA; in CreateAndConfigureTunIface() local
H A Ddistributed_manager.cpp107 int32_t DistributedManager::SetDistributedNicMtu(const std::string &ifName, int32_t mtu) in SetDistributedNicMtu() argument
/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dresolver_config.cpp134 int mtu = 1200; in TestInterfaceSetMtu() local
150 int mtu = 1200; in TestInterfaceGetMtu() local
/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_connection.h55 uint32_t mtu; member

Completed in 11 milliseconds

12345