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/ |
D | hidh_conn.c | 175 …_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/ |
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()
|
/device/soc/esp/esp32/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()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
D | l2cdefs.h | 99 #define L2CAP_CONN_OK 0 macro
|
/device/soc/esp/esp32/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()
|
/device/soc/esp/esp32/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()
|
/device/soc/esp/esp32/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 | 145 L2CA_ConnectRsp (p_mcb->bd_addr, *((UINT8 *)p_data), p_mcb->lcid, L2CAP_CONN_OK, 0); in rfc_mx_sm_state_idle()
|