Home
last modified time | relevance | path

Searched refs:L2CA_ConfigReq (Results 1 – 15 of 15) sorted by relevance

/system/bt/stack/avdt/
Davdt_l2c.cc108 L2CA_ConfigReq(p_tbl->lcid, &cfg); in avdt_sec_check_complete_term()
149 L2CA_ConfigReq(p_tbl->lcid, &cfg); in avdt_sec_check_complete_orig()
266 L2CA_ConfigReq(lcid, &cfg); in avdt_l2c_connect_ind_cback()
304 L2CA_ConfigReq(lcid, &cfg); in avdt_l2c_connect_cfm_cback()
/system/bt/stack/sdp/
Dsdp_main.cc172 if ((!L2CA_ConfigReq(l2cap_cid, &cfg)) && cfg.fcr_present && in sdp_connect_ind()
177 L2CA_ConfigReq(l2cap_cid, &cfg); in sdp_connect_ind()
226 if ((!L2CA_ConfigReq(l2cap_cid, &cfg)) && cfg.fcr_present && in sdp_connect_cfm()
231 L2CA_ConfigReq(l2cap_cid, &cfg); in sdp_connect_cfm()
396 L2CA_ConfigReq(l2cap_cid, &cfg); in sdp_config_cfm()
/system/bt/stack/test/common/
Dmock_l2cap_layer.cc52 bool L2CA_ConfigReq(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) { in L2CA_ConfigReq() function
/system/bt/stack/hid/
Dhidd_conn.cc123 L2CA_ConfigReq(p_dev->conn.ctrl_cid, &hd_cb.l2cap_cfg); in hidd_sec_check_complete()
161 L2CA_ConfigReq(p_dev->conn.ctrl_cid, &hd_cb.l2cap_cfg); in hidd_sec_check_complete_orig()
262 L2CA_ConfigReq(cid, &hd_cb.l2cap_intr_cfg); in hidd_l2cif_connect_ind()
320 L2CA_ConfigReq(cid, &hd_cb.l2cap_intr_cfg); in hidd_l2cif_connect_cfm()
427 L2CA_ConfigReq(cid, &new_qos); in hidd_l2cif_config_cfm()
435 L2CA_ConfigReq(cid, &hd_cb.l2cap_cfg); in hidd_l2cif_config_cfm()
Dhidh_conn.cc180 L2CA_ConfigReq(p_dev->conn.ctrl_cid, &hh_cb.l2cap_cfg); in hidh_sec_check_complete_term()
284 L2CA_ConfigReq(l2cap_cid, &hh_cb.l2cap_cfg); in hidh_l2cif_connect_ind()
345 L2CA_ConfigReq(p_dev->conn.ctrl_cid, &hh_cb.l2cap_cfg); in hidh_sec_check_complete_orig()
439 L2CA_ConfigReq(l2cap_cid, &hh_cb.l2cap_cfg); in hidh_l2cif_connect_cfm()
/system/bt/stack/avct/
Davct_l2c_br.cc171 L2CA_ConfigReq(lcid, &cfg); in avct_l2c_br_connect_ind_cback()
214 L2CA_ConfigReq(lcid, &cfg); in avct_l2c_br_connect_cfm_cback()
Davct_l2c.cc150 L2CA_ConfigReq(lcid, &cfg); in avct_l2c_connect_ind_cback()
189 L2CA_ConfigReq(lcid, &cfg); in avct_l2c_connect_cfm_cback()
/system/bt/main/shim/
Dl2c_api.h240 bool L2CA_ConfigReq(uint16_t cid, tL2CAP_CFG_INFO* p_cfg);
Dl2c_api.cc128 bool bluetooth::shim::L2CA_ConfigReq(uint16_t cid, tL2CAP_CFG_INFO* cfg_info) { in L2CA_ConfigReq() function in bluetooth::shim
/system/bt/stack/gap/
Dgap_conn.cc568 L2CA_ConfigReq(p_ccb->connection_id, p_cfg); in GAP_ConnReconfig()
772 L2CA_ConfigReq(l2cap_cid, &p_ccb->cfg); in gap_connect_ind()
856 L2CA_ConfigReq(l2cap_cid, &p_ccb->cfg); in gap_connect_cfm()
/system/bt/stack/bnep/
Dbnep_main.cc139 L2CA_ConfigReq(l2cap_cid, &bnep_cb.l2cap_my_cfg); in bnep_connect_ind()
176 L2CA_ConfigReq(l2cap_cid, &bnep_cb.l2cap_my_cfg); in bnep_connect_cfm()
/system/bt/stack/include/
Dl2c_api.h516 extern bool L2CA_ConfigReq(uint16_t cid, tL2CAP_CFG_INFO* p_cfg);
/system/bt/stack/gatt/
Dgatt_main.cc605 L2CA_ConfigReq(lcid, &cfg); in gatt_l2cif_connect_ind_cback()
632 L2CA_ConfigReq(lcid, &cfg); in gatt_l2cif_connect_cfm_cback()
/system/bt/stack/rfcomm/
Drfc_mx_fsm.cc572 L2CA_ConfigReq(p_mcb->lcid, &cfg); in rfc_mx_send_config_req()
/system/bt/stack/l2cap/
Dl2c_api.cc844 bool L2CA_ConfigReq(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) { in L2CA_ConfigReq() function
846 return bluetooth::shim::L2CA_ConfigReq(cid, p_cfg); in L2CA_ConfigReq()