Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c585 L2CA_CONFIG_REQ (p_ccb->connection_id, p_cfg); in GAP_ConnReconfig()
758 L2CA_CONFIG_REQ (l2cap_cid, &p_ccb->cfg); in gap_connect_ind()
845 L2CA_CONFIG_REQ (l2cap_cid, &p_ccb->cfg); in gap_connect_cfm()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h334 #define L2CA_CONFIG_REQ(a,b) L2CA_ConfigReq(a,b) macro