Searched refs:L2CAP_LE_MAX_CREDIT (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/l2cap/ | ||
D | l2c_int.h | 44 #define L2CAP_LE_MAX_CREDIT 65535 macro |
D | l2c_csm.cc | 1159 if ((p_ccb->peer_conn_cfg.credits + *credit) > L2CAP_LE_MAX_CREDIT) { in l2c_csm_open() |