Home
last modified time | relevance | path

Searched refs:L2CAP_CREDIT_BASED_MIN_MPS (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc400 mps < L2CAP_CREDIT_BASED_MIN_MPS || mps > L2CAP_LE_MAX_MPS) { in l2cble_process_sig_cmd()
515 mps < L2CAP_CREDIT_BASED_MIN_MPS || mps > L2CAP_LE_MAX_MPS) { in l2cble_process_sig_cmd()
614 mps < L2CAP_CREDIT_BASED_MIN_MPS || mps > L2CAP_LE_MAX_MPS) { in l2cble_process_sig_cmd()
Dl2c_int.h51 constexpr uint16_t L2CAP_CREDIT_BASED_MIN_MPS = 64; variable
Dl2c_utils.cc3129 UINT16_TO_STREAM(p, L2CAP_CREDIT_BASED_MIN_MPS); /* dummy MPS to satisy PTS*/ in l2cu_reject_credit_based_conn_req()