Home
last modified time | relevance | path

Searched refs:L2CAP_LE_MIN_MPS (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_ble.c735 if (mtu < L2CAP_LE_MIN_MTU || mps < L2CAP_LE_MIN_MPS || mps > L2CAP_LE_MAX_MPS) in l2cble_process_sig_cmd()
790 p_ccb->peer_conn_cfg.mps < L2CAP_LE_MIN_MPS || in l2cble_process_sig_cmd()
Dl2c_int.h41 #define L2CAP_LE_MIN_MPS 23 macro