Searched refs:L2CAP_LE_CREDIT_MAX (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/l2cap/ | ||
D | l2c_int.h | 44 constexpr uint16_t L2CAP_LE_CREDIT_MAX = 65535; variable |
D | l2c_csm.cc | 1126 if ((p_ccb->peer_conn_cfg.credits + *credit) > L2CAP_LE_CREDIT_MAX) { in l2c_csm_open() |