Searched refs:L2CAP_LE_MIN_MPS (Results 1 – 2 of 2) sorted by relevance
612 if (mtu < L2CAP_LE_MIN_MTU || mps < L2CAP_LE_MIN_MPS || in l2cble_process_sig_cmd()673 p_ccb->peer_conn_cfg.mps < L2CAP_LE_MIN_MPS || in l2cble_process_sig_cmd()
42 constexpr uint16_t L2CAP_LE_MIN_MPS = 23; variable