Searched refs:L2CA_ConfigReq (Results 1 – 15 of 15) sorted by relevance
/system/bt/stack/avdt/ |
D | avdt_l2c.cc | 108 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/ |
D | sdp_main.cc | 172 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/ |
D | mock_l2cap_layer.cc | 52 bool L2CA_ConfigReq(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) { in L2CA_ConfigReq() function
|
/system/bt/stack/hid/ |
D | hidd_conn.cc | 123 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()
|
D | hidh_conn.cc | 180 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/ |
D | avct_l2c_br.cc | 171 L2CA_ConfigReq(lcid, &cfg); in avct_l2c_br_connect_ind_cback() 214 L2CA_ConfigReq(lcid, &cfg); in avct_l2c_br_connect_cfm_cback()
|
D | avct_l2c.cc | 150 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/ |
D | l2c_api.h | 240 bool L2CA_ConfigReq(uint16_t cid, tL2CAP_CFG_INFO* p_cfg);
|
D | l2c_api.cc | 128 bool bluetooth::shim::L2CA_ConfigReq(uint16_t cid, tL2CAP_CFG_INFO* cfg_info) { in L2CA_ConfigReq() function in bluetooth::shim
|
/system/bt/stack/gap/ |
D | gap_conn.cc | 568 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/ |
D | bnep_main.cc | 139 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/ |
D | l2c_api.h | 516 extern bool L2CA_ConfigReq(uint16_t cid, tL2CAP_CFG_INFO* p_cfg);
|
/system/bt/stack/gatt/ |
D | gatt_main.cc | 605 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/ |
D | rfc_mx_fsm.cc | 572 L2CA_ConfigReq(p_mcb->lcid, &cfg); in rfc_mx_send_config_req()
|
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 844 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()
|