Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h41 #define L2CAP_LE_MAX_CREDIT 65535 macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c294 if((p_ccb->peer_conn_cfg.credits + credit) > L2CAP_LE_MAX_CREDIT) { in l2c_rcv_acl_data()