Home
last modified time | relevance | path

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

/system/bt/stack/gap/
Dgap_conn.cc568 L2CA_CONFIG_REQ(p_ccb->connection_id, p_cfg); in GAP_ConnReconfig()
772 L2CA_CONFIG_REQ(l2cap_cid, &p_ccb->cfg); in gap_connect_ind()
856 L2CA_CONFIG_REQ(l2cap_cid, &p_ccb->cfg); in gap_connect_cfm()
/system/bt/stack/include/
Dl2c_api.h335 #define L2CA_CONFIG_REQ(a, b) L2CA_ConfigReq(a, b) macro