/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble.cc | 241 uint16_t lcid = 0, rcid = 0, mtu = 0, mps = 0, initial_credit = 0; in l2cble_process_sig_cmd() local 348 STREAM_TO_UINT16(mps, p); in l2cble_process_sig_cmd() 365 mtu, mps, initial_credit, num_of_channels); in l2cble_process_sig_cmd() 400 mps < L2CAP_CREDIT_BASED_MIN_MPS || mps > L2CAP_LE_MAX_MPS) { in l2cble_process_sig_cmd() 434 temp_p_ccb->peer_conn_cfg.mps = mps; in l2cble_process_sig_cmd() 437 temp_p_ccb->tx_mps = mps; in l2cble_process_sig_cmd() 450 p_ccb->local_conn_cfg.mps = bluetooth::shim::GetController() in l2cble_process_sig_cmd() 494 STREAM_TO_UINT16(mps, p); in l2cble_process_sig_cmd() 515 mps < L2CAP_CREDIT_BASED_MIN_MPS || mps > L2CAP_LE_MAX_MPS) { in l2cble_process_sig_cmd() 536 mtu, mps, initial_credit, con_info.l2cap_result, num_of_channels); in l2cble_process_sig_cmd() [all …]
|
D | l2c_fcr.cc | 684 if (p_buf->len > p_ccb->local_conn_cfg.mps) { in l2c_lcc_proc_pdu() 686 p_buf->len, p_ccb->local_conn_cfg.mps); in l2c_lcc_proc_pdu() 1526 uint16_t max_pdu = p_ccb->peer_conn_cfg.mps - 4 /* Length and CID */; in l2c_lcc_get_next_xmit_sdu_seg() 1679 p_cfg->fcr.mps = p_ccb->peer_cfg.fcr.mps; in l2c_fcr_adj_our_rsp_options() 1818 p_cfg->fcr.rtrans_tout = p_cfg->fcr.mon_tout = p_cfg->fcr.mps = 0; in l2c_fcr_process_peer_cfg_req() 1820 p_ccb->our_cfg.fcr.mps = 0; in l2c_fcr_process_peer_cfg_req() 1843 if ((p_cfg->fcr.mps == 0) || (p_cfg->fcr.mps > p_ccb->peer_cfg.mtu)) { in l2c_fcr_process_peer_cfg_req() 1844 p_cfg->fcr.mps = p_ccb->peer_cfg.mtu; in l2c_fcr_process_peer_cfg_req() 1849 if (p_cfg->fcr.mps > max_retrans_size) { in l2c_fcr_process_peer_cfg_req() 1851 p_cfg->fcr.mps); in l2c_fcr_process_peer_cfg_req() [all …]
|
D | l2c_utils.cc | 539 p_lcb->pending_ecoc_reconfig_cnt, p_cfg->mtu, p_cfg->mps); in l2cu_send_credit_based_reconfig_req() 542 UINT16_TO_STREAM(p, p_cfg->mps); in l2cu_send_credit_based_reconfig_req() 632 UINT16_TO_STREAM(p, p_cfg->fcr.mps); in l2cu_send_peer_config_req() 728 UINT16_TO_STREAM(p, p_cfg->fcr.mps); in l2cu_send_peer_config_rsp() 2624 packet_size, p_ccb->peer_cfg.fcr.mps); in l2cu_adjust_out_mps() 2625 p_ccb->tx_mps = p_ccb->peer_cfg.fcr.mps; in l2cu_adjust_out_mps() 2641 if (p_ccb->peer_cfg.fcr.mps >= packet_size) in l2cu_adjust_out_mps() 2642 p_ccb->tx_mps = p_ccb->peer_cfg.fcr.mps / packet_size * packet_size; in l2cu_adjust_out_mps() 2644 p_ccb->tx_mps = p_ccb->peer_cfg.fcr.mps; in l2cu_adjust_out_mps() 2649 p_ccb->tx_mps, p_ccb->peer_cfg.fcr.mps, packet_size); in l2cu_adjust_out_mps() [all …]
|
D | l2c_main.cc | 538 STREAM_TO_UINT16(cfg_info.fcr.mps, p); in process_l2cap_cmd() 673 STREAM_TO_UINT16(cfg_info.fcr.mps, p); in process_l2cap_cmd()
|
D | l2c_api.cc | 866 (p_ccb->local_conn_cfg.mps > p_cfg->mps)) { in L2CA_ReconfigCreditBasedConnsReq()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | signalling_manager.h | 57 …gCommand CreditBasedConnectionRequest(SignalId signal_id, Psm psm, Cid scid, Mtu mtu, uint16_t mps, in CreditBasedConnectionRequest() 65 pending_command.mps_ = mps; in CreditBasedConnectionRequest() 134 void OnConnectionRequest(SignalId signal_id, Psm psm, Cid remote_cid, Mtu mtu, uint16_t mps, 137 …void OnConnectionResponse(SignalId signal_id, Cid remote_cid, Mtu mtu, uint16_t mps, uint16_t init… 156 …void send_connection_response(SignalId signal_id, Cid local_cid, Mtu mtu, uint16_t mps, uint16_t i…
|
D | signalling_manager.cc | 182 …ingManager::OnConnectionRequest(SignalId signal_id, Psm psm, Cid remote_cid, Mtu mtu, uint16_t mps, in OnConnectionRequest() argument 208 .max_pdu_size = mps, in OnConnectionRequest() 271 …eSignallingManager::OnConnectionResponse(SignalId signal_id, Cid remote_cid, Mtu mtu, uint16_t mps, in OnConnectionResponse() argument 302 data_controller->SetMps(std::min(mps, command_just_sent_.mps_)); in OnConnectionResponse() 498 …gnallingManager::send_connection_response(SignalId signal_id, Cid local_cid, Mtu mtu, uint16_t mps, in send_connection_response() argument 502 …LeCreditBasedConnectionResponseBuilder::Create(signal_id.Value(), local_cid, mtu, mps, initial_cre… in send_connection_response()
|
/packages/modules/Bluetooth/floss/hcidoc/packets/ |
D | l2cap_packets.pdl | 445 mps : 16, 466 mps : 16, 474 mps : 16, 564 mps : 16, 584 mps : 16, 597 mps : 16, 604 mps : 16, 612 mps : 16,
|
/packages/modules/Bluetooth/system/pdl/l2cap/ |
D | l2cap_packets.pdl | 548 mps : 16, 569 mps : 16, 577 mps : 16, 667 mps : 16, 687 mps : 16, 700 mps : 16, 707 mps : 16, 715 mps : 16,
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | sdp.rs | 321 BtSdpType::Mps => unsafe { BtSdpRecord::Mps(BtSdpMpsRecord::from(item.mps)) }, in from() 401 BtSdpRecord::Mps(mps) => bindings::bluetooth_sdp_record { in get_unsafe_record() 402 mps: bindings::_bluetooth_sdp_mps_record { in get_unsafe_record() 403 hdr: BtSdpRecord::convert_header(&mut mps.hdr), in get_unsafe_record() 404 supported_scenarios_mpsd: mps.supported_scenarios_mpsd, in get_unsafe_record() 405 supported_scenarios_mpmd: mps.supported_scenarios_mpmd, in get_unsafe_record() 406 supported_dependencies: mps.supported_dependencies, in get_unsafe_record()
|
/packages/modules/Bluetooth/system/gd/l2cap/internal/ |
D | le_credit_based_channel_data_controller.cc | 120 void LeCreditBasedDataController::SetMps(uint16_t mps) { in SetMps() argument 121 mps_ = mps; in SetMps()
|
D | le_credit_based_channel_data_controller.h | 58 void SetMps(uint16_t mps);
|
/packages/modules/Bluetooth/system/stack/eatt/ |
D | eatt_impl.h | 54 eatt_device(const RawAddress& bd_addr, uint16_t mtu, uint16_t mps) in eatt_device() argument 55 : rx_mtu_(mtu), rx_mps_(mps), eatt_tcb_(nullptr), collision(false) { in eatt_device() 158 .mps = eatt_dev->rx_mps_ < max_mps ? eatt_dev->rx_mps_ : max_mps, in eatt_l2cap_connect_ind_common() 580 .mps = eatt_dev->rx_mps_, 819 .mps = eatt_dev->rx_mps_}; in reconfigure() 861 .mps = eatt_dev->rx_mps_}; in reconfigure_all()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_l2cap_test.cc | 107 .mps = 100, 116 .mps = 100,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | l2c_api.h | 128 uint16_t mps; member 199 uint16_t mps = 100; member
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_sdp.h | 131 bluetooth_sdp_mps_record mps; member
|
/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_conn.cc | 221 p_ccb->local_coc_cfg.mps = le_mps; in GAP_ConnOpen()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sdp_server.cc | 395 handle = add_mps_sdp(&record->mps); in on_create_record_event()
|
/packages/apps/TV/libs/m2/ |
D | checker-qual-2.8.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/checkerframework/
org/ ... |
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/classifier/ |
D | precomputed_test_app_list.csv | 9635 com.vng.android.mps.dead.zombie2 10239
|
/packages/modules/AdServices/adservices/apk/assets/classifier/ |
D | precomputed_app_list.csv | 9635 com.vng.android.mps.dead.zombie2 10239
|
/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/inputmethods/LatinIME/dictionaries/ |
D | fi_wordlist.combined.gz | 1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ... |