Home
last modified time | relevance | path

Searched refs:L2CAP_CFG_OK (Results 1 – 16 of 16) sorted by relevance

/system/bt/stack/avct/
Davct_l2c_br.cc235 if (p_cfg->result == L2CAP_CFG_OK) { in avct_l2c_br_config_cfm_cback()
297 p_cfg->result = L2CAP_CFG_OK; in avct_l2c_br_config_ind_cback()
307 if (p_cfg->result != L2CAP_CFG_OK) { in avct_l2c_br_config_ind_cback()
Davct_l2c.cc241 if (p_cfg->result == L2CAP_CFG_OK) { in avct_l2c_config_cfm_cback()
294 p_cfg->result = L2CAP_CFG_OK; in avct_l2c_config_ind_cback()
/system/bt/stack/sdp/
Dsdp_main.cc321 p_cfg->result = L2CAP_CFG_OK; in sdp_config_ind()
346 if (p_cfg->result != L2CAP_CFG_OK) { in sdp_config_ind()
401 if (p_cfg->result == L2CAP_CFG_OK) { in sdp_config_cfm()
/system/bt/stack/include/
Dl2cdefs.h202 #define L2CAP_CFG_OK 0 macro
/system/bt/stack/bnep/
Dbnep_main.cc238 p_cfg->result = result = L2CAP_CFG_OK; in bnep_config_ind()
243 if (result != L2CAP_CFG_OK) { in bnep_config_ind()
291 if (p_cfg->result == L2CAP_CFG_OK) { in bnep_config_cfm()
/system/bt/stack/l2cap/
Dl2cap_client.cc226 response.result = L2CAP_CFG_OK; in config_request_cb()
287 case L2CAP_CFG_OK: in config_completed_cb()
Dl2c_main.cc684 if ((cfg_info.result == L2CAP_CFG_OK) || in process_l2cap_cmd()
Dl2c_ble.cc539 l2cu_send_peer_ble_par_rsp(p_lcb, L2CAP_CFG_OK, id); in l2cble_process_sig_cmd()
Dl2c_api.cc884 if ((p_cfg->result == L2CAP_CFG_OK) || (p_cfg->result == L2CAP_CFG_PENDING)) in L2CA_ConfigRsp()
/system/bt/stack/rfcomm/
Drfc_mx_fsm.cc589 if (p_cfg->result != L2CAP_CFG_OK) { in rfc_mx_conf_cnf()
639 p_cfg->result = L2CAP_CFG_OK; in rfc_mx_conf_ind()
/system/bt/stack/hid/
Dhidd_conn.cc355 p_cfg->result = L2CAP_CFG_OK; in hidd_l2cif_config_ind()
437 } else if (p_cfg->result != L2CAP_CFG_OK) { in hidd_l2cif_config_cfm()
Dhidh_conn.cc485 p_cfg->result = L2CAP_CFG_OK; in hidh_l2cif_config_ind()
561 if (p_cfg->result != L2CAP_CFG_OK) { in hidh_l2cif_config_cfm()
/system/bt/stack/gap/
Dgap_conn.cc913 p_cfg->result = L2CAP_CFG_OK; in gap_config_ind()
940 if (p_cfg->result == L2CAP_CFG_OK) { in gap_config_cfm()
/system/bt/stack/gatt/
Dgatt_main.cc666 if (p_cfg->result != L2CAP_CFG_OK) { in gatt_l2cif_config_cfm_cback()
709 p_cfg->result = L2CAP_CFG_OK; in gatt_l2cif_config_ind_cback()
/system/bt/stack/avdt/
Davdt_l2c.cc413 p_cfg->result = L2CAP_CFG_OK; in avdt_l2c_config_ind_cback()
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc777 tL2CAP_CFG_INFO our_cfg_rsp = {.result = L2CAP_CFG_OK, in TEST_F()