Home
last modified time | relevance | path

Searched defs:mps (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dsignalling_manager.cc178 …ingManager::OnConnectionRequest(SignalId signal_id, Psm psm, Cid remote_cid, Mtu mtu, uint16_t mps, in OnConnectionRequest()
267 …eSignallingManager::OnConnectionResponse(SignalId signal_id, Cid remote_cid, Mtu mtu, uint16_t mps, in OnConnectionResponse()
490 …gnallingManager::send_connection_response(SignalId signal_id, Cid local_cid, Mtu mtu, uint16_t mps, in send_connection_response()
/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dle_credit_based_channel_data_controller.cc115 void LeCreditBasedDataController::SetMps(uint16_t mps) { in SetMps()
/packages/modules/Bluetooth/system/blueberry/tests/gd/l2cap/le/
Dle_l2cap_test.py94 mps=100, argument
118 …def _open_channel_from_cert(self, signal_id=1, scid=0x0101, psm=0x33, mtu=1000, mps=100, initial_c… argument
Ddual_l2cap_test.py133 …def _open_le_coc_from_cert(self, signal_id=1, scid=0x0101, psm=0x35, mtu=1000, mps=100, initial_cr… argument
Dcert_le_l2cap.py107 def open_channel(self, signal_id, psm, scid, mtu=1000, mps=100, initial_credit=6): argument
/packages/modules/Bluetooth/system/blueberry/tests/gd/l2cap/classic/
Dcert_l2cap.py301 mps=1010, argument
328 def config_option_ertm_with_mps(mps=1010): argument
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h127 uint16_t mps; member
198 uint16_t mps = 100; member
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc452 uint16_t lcid = 0, rcid = 0, mtu = 0, mps = 0, initial_credit = 0; in l2cble_process_sig_cmd() local
Dl2c_utils.cc2857 uint16_t mps; in l2cu_send_peer_ble_credit_based_conn_req() local
2913 uint16_t mps; in l2cu_send_peer_credit_based_conn_req() local
/packages/modules/Bluetooth/system/stack/eatt/
Deatt_impl.h55 eatt_device(const RawAddress& bd_addr, uint16_t mtu, uint16_t mps) in eatt_device()