Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/avct/
Davct_l2c.c252 if (p_cfg->result == L2CAP_CFG_OK) in avct_l2c_config_cfm_cback()
309 p_cfg->result = L2CAP_CFG_OK; in avct_l2c_config_ind_cback()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_main.c336 p_cfg->result = L2CAP_CFG_OK; in sdp_config_ind()
361 if (p_cfg->result != L2CAP_CFG_OK) in sdp_config_ind()
416 if (p_cfg->result == L2CAP_CFG_OK) in sdp_config_cfm()
/external/bluetooth/bluedroid/stack/bnep/
Dbnep_main.c249 p_cfg->result = result = L2CAP_CFG_OK; in bnep_config_ind()
254 if (result != L2CAP_CFG_OK) in bnep_config_ind()
304 if (p_cfg->result == L2CAP_CFG_OK) in bnep_config_cfm()
/external/bluetooth/bluedroid/stack/include/
Dl2cdefs.h149 #define L2CAP_CFG_OK 0 macro
/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c599 if (p_cfg->result != L2CAP_CFG_OK) in rfc_mx_conf_cnf()
651 p_cfg->result = L2CAP_CFG_OK; in rfc_mx_conf_ind()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_main.c679 if (p_cfg->result == L2CAP_CFG_OK) in gatt_l2cif_config_cfm_cback()
739 p_cfg->result = L2CAP_CFG_OK; in gatt_l2cif_config_ind_cback()
/external/bluetooth/bluedroid/stack/avdt/
Davdt_l2c.c414 p_cfg->result = L2CAP_CFG_OK; in avdt_l2c_config_ind_cback()
/external/bluetooth/bluedroid/stack/gap/
Dgap_conn.c909 p_cfg->result = L2CAP_CFG_OK; in gap_config_ind()
938 if (p_cfg->result == L2CAP_CFG_OK) in gap_config_cfm()
/external/bluetooth/bluedroid/stack/mcap/
Dmca_l2c.c411 UINT16 result = L2CAP_CFG_OK; in mca_l2c_config_ind_cback()
/external/bluetooth/bluedroid/stack/hid/
Dhidh_conn.c487 p_cfg->result = L2CAP_CFG_OK; in hidh_l2cif_config_ind()
561 if (p_cfg->result != L2CAP_CFG_OK) in hidh_l2cif_config_cfm()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_ble.c634 l2cu_send_peer_ble_par_rsp (p_lcb, L2CAP_CFG_OK, id); in l2cble_process_sig_cmd()
Dl2c_main.c671 if ( (cfg_info.result == L2CAP_CFG_OK) || (cfg_info.result == L2CAP_CFG_PENDING) ) in process_l2cap_cmd()
Dl2c_api.c509 if ( (p_cfg->result == L2CAP_CFG_OK) || (p_cfg->result == L2CAP_CFG_PENDING) ) in L2CA_ConfigRsp()