Searched refs:L2CA_ConfigReq (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/bluedroid/stack/mcap/ |
D | mca_l2c.c | 98 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/ |
D | avdt_l2c.c | 109 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/ |
D | sdp_main.c | 199 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/ |
D | avct_l2c.c | 156 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/ |
D | l2c_api.h | 322 #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/ |
D | hidh_conn.c | 177 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/ |
D | bnep_main.c | 143 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/ |
D | gatt_main.c | 546 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/ |
D | rfc_mx_fsm.c | 576 L2CA_ConfigReq (p_mcb->lcid, &cfg); in rfc_mx_send_config_req()
|
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_api.c | 435 BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in L2CA_ConfigReq() function
|