Home
last modified time | relevance | path

Searched refs:L2CAP_CONN_OK (Results 1 – 11 of 11) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/hid/
Dhidh_conn.c175 …_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()
185 …(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()
258 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_PENDING, L2CAP_CONN_OK); in hidh_l2cif_connect_ind()
269 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK); in hidh_l2cif_connect_ind()
372 if (result != L2CAP_CONN_OK) { in hidh_l2cif_connect_cfm()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c205 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()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c613 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()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h99 #define L2CAP_CONN_OK 0 macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c753 …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()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c511 (*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()
Dl2cap_client.c210 if (error_code != L2CAP_CONN_OK) { in connect_completed_cb()
Dl2c_api.c441 if (result == L2CAP_CONN_OK) { in L2CA_ErtmConnectRsp()
1568 if (result == L2CAP_CONN_OK) in L2CA_ConnectLECocRsp()
Dl2c_main.c483 if (con_info.l2cap_result == L2CAP_CONN_OK) { in process_l2cap_cmd()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c149 if (result != L2CAP_CONN_OK ) { in RFCOMM_ConnectCnf()
Drfc_mx_fsm.c145 L2CA_ConnectRsp (p_mcb->bd_addr, *((UINT8 *)p_data), p_mcb->lcid, L2CAP_CONN_OK, 0); in rfc_mx_sm_state_idle()