Home
last modified time | relevance | path

Searched defs:mtu (Results 1 – 25 of 129) sorted by relevance

123456

/packages/modules/Bluetooth/system/rust/src/gatt/
Dmtu.rs119 let mtu = AttMtu::new(); in test_default_mtu() localVariable
131 let mtu = AttMtu::new(); in test_guaranteed_mtu_during_client_negotiation() localVariable
146 let mtu = AttMtu::new(); in test_mtu_blocking_snapshot_during_client_negotiation() localVariable
164 let mtu = AttMtu::new(); in test_receive_mtu_request() localVariable
180 let mtu = AttMtu::new(); in test_client_then_server_negotiation() localVariable
200 let mtu = AttMtu::new(); in test_server_negotiation_then_pending_client_default_value() localVariable
218 let mtu = AttMtu::new(); in test_server_negotiation_then_pending_client_finalized_value() localVariable
238 let mtu = AttMtu::new(); in test_mtu_dropped_while_pending() localVariable
/packages/modules/Bluetooth/system/blueberry/tests/gd/l2cap/classic/
Dl2cap_performance_test.py46 def _basic_mode_tx(self, mtu, packets): argument
65 def _basic_mode_tx_fixed_interval(self, mtu, interval=timedelta(seconds=10), batch_size=20): argument
84 def _basic_mode_rx(self, mtu, packets): argument
100 def _ertm_mode_tx(self, mtu, packets, tx_window_size=10): argument
131 def _ertm_mode_rx(self, mtu, packets, tx_window_size=10): argument
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/
Dtruncate_att_data.rs27 let mtu = 21; in test_unaffected() localVariable
37 let mtu = 2; in test_truncated() localVariable
50 let mtu = 2; in test_truncated_non_raw() localVariable
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_port_if.cc77 UNUSED_ATTR uint16_t mtu) { in RFCOMM_DlcEstablishReq()
101 UNUSED_ATTR uint16_t mtu, uint16_t result) { in RFCOMM_DlcEstablishRsp()
127 uint16_t mtu) { in RFCOMM_ParameterNegotiationRequest()
176 uint16_t mtu, uint8_t cl, uint8_t k) { in RFCOMM_ParameterNegotiationResponse()
Dport_rfc.cc284 void PORT_ParNegInd(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu, uint8_t cl, in PORT_ParNegInd()
373 void PORT_ParNegCnf(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu, uint8_t cl, in PORT_ParNegCnf()
433 void PORT_DlcEstablishInd(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu) { in PORT_DlcEstablishInd()
484 void PORT_DlcEstablishCnf(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu, in PORT_DlcEstablishCnf()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dsignalling_manager.cc59 void LeSignallingManager::SendConnectionRequest(Psm psm, Cid local_cid, Mtu mtu) { in SendConnectionRequest()
66 void LeSignallingManager::on_security_result_for_outgoing(Psm psm, Cid local_cid, Mtu mtu, bool res… in on_security_result_for_outgoing()
113 …LeSignallingManager::SendEnhancedConnectionRequest(Psm psm, std::vector<Cid> local_cid, Mtu mtu) {} in SendEnhancedConnectionRequest()
115 void LeSignallingManager::SendEnhancedReconfigureRequest(std::vector<Cid> local_cid, Mtu mtu) {} in SendEnhancedReconfigureRequest()
178 void LeSignallingManager::OnConnectionRequest(SignalId signal_id, Psm psm, Cid remote_cid, Mtu mtu,… in OnConnectionRequest()
267 void LeSignallingManager::OnConnectionResponse(SignalId signal_id, Cid remote_cid, Mtu mtu, uint16_… in OnConnectionResponse()
490 void LeSignallingManager::send_connection_response(SignalId signal_id, Cid local_cid, Mtu mtu, uint… in send_connection_response()
/packages/modules/Bluetooth/system/stack/arbiter/
Dacl_arbiter.cc54 virtual void OnIncomingMtuResp(uint8_t tcb_idx, size_t mtu) { in OnIncomingMtuResp()
58 virtual void OnIncomingMtuReq(uint8_t tcb_idx, size_t mtu) { in OnIncomingMtuReq()
111 virtual void OnIncomingMtuResp(uint8_t tcb_idx, size_t mtu) { in OnIncomingMtuResp()
116 virtual void OnIncomingMtuReq(uint8_t tcb_idx, size_t mtu) { in OnIncomingMtuReq()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_arbiter_acl_arbiter.cc36 virtual void OnIncomingMtuResp(uint8_t tcb_idx, size_t mtu) {} in OnIncomingMtuResp()
38 virtual void OnIncomingMtuReq(uint8_t tcb_idx, size_t mtu) {} in OnIncomingMtuReq()
/packages/modules/Bluetooth/system/gd/l2cap/le/
Ddynamic_channel_configuration_option.h34 Mtu mtu = kDefaultClassicMtu; member
Ddynamic_channel.h36 Mtu mtu) in DynamicChannel()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/
DNetworkAttributes.java84 public final Integer mtu; field in NetworkAttributes
112 @Nullable final Integer mtu, in NetworkAttributes()
315 public Builder setMtu(@Nullable final Integer mtu) { in setMtu()
/packages/modules/Bluetooth/system/packet/avrcp/
Dget_folder_items.cc25 size_t mtu) { in MakePlayerListBuilder()
36 size_t mtu) { in MakeVFSBuilder()
46 size_t mtu) { in MakeNowPlayingBuilder()
Dget_element_attributes_packet.h87 GetElementAttributesResponseBuilder(size_t mtu) in GetElementAttributesResponseBuilder()
Dget_item_attributes.h64 GetItemAttributesResponseBuilder(Status status, size_t mtu) in GetItemAttributesResponseBuilder()
Dget_folder_items.h51 uint16_t uid_counter, size_t mtu) in GetFolderItemsResponseBuilder()
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dget_element_attributes_packet_test.cc126 size_t mtu = size_t(-1); in TEST() local
127 Helper helper(mtu, [](size_t mtu) { return Builder::MakeBuilder(mtu); }); in TEST()
Dget_item_attributes_packet_test.cc149 size_t mtu = size_t(-1); in TEST() local
150 Helper helper(mtu, [](size_t mtu) { in TEST()
/packages/modules/Bluetooth/system/rust/src/
Dgatt.rs10 mod mtu; module
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dacl_fragmenter.cc26 AclFragmenter::AclFragmenter(size_t mtu, std::unique_ptr<packet::BasePacketBuilder> packet) in AclFragmenter()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/gatt/
DBluetoothGattHelper.java435 public void onMtuChanged(BluetoothGattWrapper gatt, int mtu, int status) { in onMtuChanged()
577 Optional<Integer> mtu) { in ConnectionOptions()
596 Optional<Integer> mtu() { in mtu() method in BluetoothGattHelper.ConnectionOptions
668 public Builder setMtu(int mtu) { in setMtu()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattCallback.java87 public void onMtuChanged(BluetoothGattWrapper gatt, int mtu, int status) {} in onMtuChanged()
158 public void onMtuChanged(android.bluetooth.BluetoothGatt gatt, int mtu, int status) { in onMtuChanged()
159 BluetoothGattCallback.this.onMtuChanged(BluetoothGattWrapper.wrap(gatt), mtu, status); in onMtuChanged() local
DBluetoothGattServerCallback.java87 public void onMtuChanged(BluetoothDevice device, int mtu) {} in onMtuChanged()
173 public void onMtuChanged(android.bluetooth.BluetoothDevice device, int mtu) { in onMtuChanged()
174 BluetoothGattServerCallback.this.onMtuChanged(BluetoothDevice.wrap(device), mtu); in onMtuChanged() local
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_eatt.cc54 uint16_t mtu) { in Reconfigure()
57 void EattExtension::ReconfigureAll(const RawAddress& bd_addr, uint16_t mtu) { in ReconfigureAll()
/packages/modules/Bluetooth/system/gd/packet/
Dfragmenting_inserter.cc24 FragmentingInserter::FragmentingInserter(size_t mtu, in FragmentingInserter()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_server_bearer.rs55 mtu: AttMtu, field
138 let mtu = pending_mtu in send_indication() localVariable
161 let mtu = self.mtu.snapshot_or_default(); in handle_request() localVariable

123456