Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/mcap/
Dmca_l2c.c98 L2CA_ConfigReq(p_tbl->lcid, &cfg); in mca_sec_check_complete_term()
131 L2CA_ConfigReq(p_tbl->lcid, &cfg); in mca_sec_check_complete_orig()
209 L2CA_ConfigReq(p_tbl->lcid, &cfg); in mca_l2c_cconn_ind_cback()
277 L2CA_ConfigReq(lcid, &cfg); in mca_l2c_dconn_ind_cback()
316 L2CA_ConfigReq(lcid, &cfg); in mca_l2c_connect_cfm_cback()
/external/bluetooth/bluedroid/stack/avdt/
Davdt_l2c.c109 L2CA_ConfigReq(p_tbl->lcid, &cfg); in avdt_sec_check_complete_term()
152 L2CA_ConfigReq(p_tbl->lcid, &cfg); in avdt_sec_check_complete_orig()
260 L2CA_ConfigReq(lcid, &cfg); in avdt_l2c_connect_ind_cback()
302 L2CA_ConfigReq(lcid, &cfg); in avdt_l2c_connect_cfm_cback()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_main.c199 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present in sdp_connect_ind()
205 L2CA_ConfigReq (l2cap_cid, &cfg); in sdp_connect_ind()
255 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present in sdp_connect_cfm()
261 L2CA_ConfigReq (l2cap_cid, &cfg); in sdp_connect_cfm()
436 L2CA_ConfigReq (l2cap_cid, &cfg); in sdp_config_cfm()
/external/bluetooth/bluedroid/stack/avct/
Davct_l2c.c156 L2CA_ConfigReq(lcid, &cfg); in avct_l2c_connect_ind_cback()
199 L2CA_ConfigReq(lcid, &cfg); in avct_l2c_connect_cfm_cback()
/external/bluetooth/bluedroid/stack/include/
Dl2c_api.h322 #define L2CA_CONFIG_REQ(a,b) L2CA_ConfigReq(a,b)
445 L2C_API extern BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg);
/external/bluetooth/bluedroid/stack/hid/
Dhidh_conn.c177 L2CA_ConfigReq (p_dev->conn.ctrl_cid, &hh_cb.l2cap_cfg); in hidh_sec_check_complete_term()
285 L2CA_ConfigReq (l2cap_cid, &hh_cb.l2cap_cfg); in hidh_l2cif_connect_ind()
443 L2CA_ConfigReq (l2cap_cid, &hh_cb.l2cap_cfg); in hidh_l2cif_connect_cfm()
/external/bluetooth/bluedroid/stack/bnep/
Dbnep_main.c143 L2CA_ConfigReq (l2cap_cid, &bnep_cb.l2cap_my_cfg); in bnep_connect_ind()
182 L2CA_ConfigReq (l2cap_cid, &bnep_cb.l2cap_my_cfg); in bnep_connect_cfm()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_main.c546 L2CA_ConfigReq(lcid, &cfg); in gatt_l2cif_connect_ind_cback()
583 L2CA_ConfigReq(lcid, &cfg); in gatt_l2cif_connect_cfm_cback()
/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c576 L2CA_ConfigReq (p_mcb->lcid, &cfg); in rfc_mx_send_config_req()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_api.c435 BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in L2CA_ConfigReq() function