Searched refs:L2CA_ConfigRsp (Results 1 – 13 of 13) sorted by relevance
/system/bt/stack/test/common/ |
D | mock_l2cap_layer.cc | 55 bool L2CA_ConfigRsp(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) { in L2CA_ConfigRsp() function
|
/system/bt/stack/include/ |
D | l2c_api.h | 336 #define L2CA_CONFIG_RSP(a, b) L2CA_ConfigRsp(a, b) 575 extern bool L2CA_ConfigRsp(uint16_t cid, tL2CAP_CFG_INFO* p_cfg);
|
/system/bt/stack/sdp/ |
D | sdp_main.cc | 351 L2CA_ConfigRsp(l2cap_cid, p_cfg); in sdp_config_ind() 358 L2CA_ConfigRsp(l2cap_cid, p_cfg); in sdp_config_ind()
|
/system/bt/stack/avct/ |
D | avct_l2c_br.cc | 305 L2CA_ConfigRsp(lcid, p_cfg); in avct_l2c_br_config_ind_cback()
|
D | avct_l2c.cc | 295 L2CA_ConfigRsp(lcid, p_cfg); in avct_l2c_config_ind_cback()
|
/system/bt/stack/avdt/ |
D | avdt_l2c.cc | 414 L2CA_ConfigRsp(lcid, p_cfg); in avdt_l2c_config_ind_cback()
|
/system/bt/stack/l2cap/ |
D | l2cap_client.cc | 249 if (!L2CA_ConfigRsp(local_channel_id, &response)) { in config_request_cb()
|
D | l2c_api.cc | 868 bool L2CA_ConfigRsp(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) { in L2CA_ConfigRsp() function
|
/system/bt/stack/rfcomm/ |
D | rfc_mx_fsm.cc | 641 L2CA_ConfigRsp(p_mcb->lcid, p_cfg); in rfc_mx_conf_ind()
|
/system/bt/stack/bnep/ |
D | bnep_main.cc | 241 L2CA_ConfigRsp(l2cap_cid, p_cfg); in bnep_config_ind()
|
/system/bt/stack/hid/ |
D | hidd_conn.cc | 362 L2CA_ConfigRsp(cid, p_cfg); in hidd_l2cif_config_ind()
|
D | hidh_conn.cc | 487 L2CA_ConfigRsp(l2cap_cid, p_cfg); in hidh_l2cif_config_ind()
|
/system/bt/stack/gatt/ |
D | gatt_main.cc | 710 L2CA_ConfigRsp(lcid, p_cfg); in gatt_l2cif_config_ind_cback()
|