Searched refs:L2CAP_CONN_OK (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_l2c.c | 98 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK, L2CAP_CONN_OK); in avdt_sec_check_complete_term() 115 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK); in avdt_sec_check_complete_term() 205 … L2CA_ConnectRsp (p_ccb->peer_addr, p_tbl->id, lcid, L2CAP_CONN_PENDING, L2CAP_CONN_OK); in avdt_l2c_connect_ind_cback() 220 result = L2CAP_CONN_OK; in avdt_l2c_connect_ind_cback() 228 result = L2CAP_CONN_OK; in avdt_l2c_connect_ind_cback() 240 if (result == L2CAP_CONN_OK) { in avdt_l2c_connect_ind_cback() 281 if (result == L2CAP_CONN_OK) { in avdt_l2c_connect_cfm_cback() 313 if (result != L2CAP_CONN_OK) { in avdt_l2c_connect_cfm_cback() 341 if (p_cfg->result == L2CAP_CONN_OK) { in avdt_l2c_config_cfm_cback()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/avct/ |
D | avct_l2c.c | 107 UINT16 result = L2CAP_CONN_OK; in avct_l2c_connect_ind_cback() 139 if (result == L2CAP_CONN_OK) { in avct_l2c_connect_ind_cback() 183 if (result == L2CAP_CONN_OK) { in avct_l2c_connect_cfm_cback() 206 if (result == L2CAP_CONN_OK) { in avct_l2c_connect_cfm_cback()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/hid/ |
D | hidd_conn.c | 103 …A_ConnectRsp(p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_OK, L2CAP_CONN_OK); in hidd_sec_check_complete() 110 L2CAP_CONN_OK); in hidd_sec_check_complete() 209 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_PENDING, L2CAP_CONN_OK); in hidd_l2cif_connect_ind() 216 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_OK, L2CAP_CONN_OK); in hidd_l2cif_connect_ind() 244 if (result != L2CAP_CONN_OK) { in hidd_l2cif_connect_cfm()
|
D | hidh_conn.c | 176 …_ConnectRsp (p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_OK, L2CAP_CONN_OK); in hidh_sec_check_complete_term() 186 …(p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK); in hidh_sec_check_complete_term() 259 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_PENDING, L2CAP_CONN_OK); in hidh_l2cif_connect_ind() 270 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK); in hidh_l2cif_connect_ind() 373 if (result != L2CAP_CONN_OK) { in hidh_l2cif_connect_cfm()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_main.c | 205 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK); in sdp_connect_ind() 256 if ((result == L2CAP_CONN_OK) && (p_ccb->con_state == SDP_STATE_CONN_SETUP)) { in sdp_connect_cfm()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_main.c | 613 UINT8 result = L2CAP_CONN_OK; in gatt_l2cif_connect_ind_cback() 637 if (result == L2CAP_CONN_OK) { in gatt_l2cif_connect_ind_cback() 673 if (result == L2CAP_CONN_OK) { in gatt_l2cif_connect_cfm_cback() 688 if (result == L2CAP_CONN_OK) { in gatt_l2cif_connect_cfm_cback()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/ |
D | l2cdefs.h | 99 #define L2CAP_CONN_OK 0 macro
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gap/ |
D | gap_conn.c | 753 …L2CA_CONNECT_RSP (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK, &p_ccb->ertm_info, &… in gap_connect_ind() 841 if ((result == L2CAP_CONN_OK) && (p_ccb->con_state == GAP_CCB_STATE_CONN_SETUP)) { in gap_connect_cfm()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_csm.c | 511 (*p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb)(local_cid, L2CAP_CONN_OK); in l2c_csm_w4_l2cap_connect_rsp() 599 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK)) { in l2c_csm_w4_l2ca_connect_rsp() 600 l2cu_send_peer_connect_rsp (p_ccb, L2CAP_CONN_OK, 0); in l2c_csm_w4_l2ca_connect_rsp()
|
D | l2cap_client.c | 210 if (error_code != L2CAP_CONN_OK) { in connect_completed_cb()
|
D | l2c_api.c | 441 if (result == L2CAP_CONN_OK) { in L2CA_ErtmConnectRsp() 1568 if (result == L2CAP_CONN_OK) in L2CA_ConnectLECocRsp()
|
D | l2c_main.c | 483 if (con_info.l2cap_result == L2CAP_CONN_OK) { in process_l2cap_cmd()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_l2cap_if.c | 149 if (result != L2CAP_CONN_OK ) { in RFCOMM_ConnectCnf()
|
D | rfc_mx_fsm.c | 147 L2CA_ConnectRsp (p_mcb->bd_addr, *((UINT8 *)p_data), p_mcb->lcid, L2CAP_CONN_OK, 0); in rfc_mx_sm_state_idle()
|