HomeSort by relevance Sort by last modified time
    Searched refs:L2CAP_CONN_OK (Results 1 - 14 of 14) sorted by null

  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 94 L2CA_ErtmConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK, L2CAP_CONN_OK, &ertm_info);
105 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
193 result = L2CAP_CONN_OK;
203 L2CA_ErtmConnectRsp (bd_addr, id, lcid, result, L2CAP_CONN_OK, p_ertm_info);
207 if (result == L2CAP_CONN_OK)
262 result = L2CAP_CONN_OK;
275 if (result == L2CAP_CONN_OK)
312 if (result == L2CAP_CONN_OK)
347 if (result != L2CAP_CONN_OK)
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 97 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK, L2CAP_CONN_OK);
116 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
212 L2CA_ConnectRsp (p_ccb->peer_addr, p_tbl->id, lcid, L2CAP_CONN_PENDING, L2CAP_CONN_OK);
229 result = L2CAP_CONN_OK;
238 result = L2CAP_CONN_OK;
251 if (result == L2CAP_CONN_OK)
295 if (result == L2CAP_CONN_OK)
334 if (result != L2CAP_CONN_OK)
363 if (p_cfg->result == L2CAP_CONN_OK)
    [all...]
  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 107 UINT16 result = L2CAP_CONN_OK;
146 if (result == L2CAP_CONN_OK)
192 if (result == L2CAP_CONN_OK)
218 if (result == L2CAP_CONN_OK)
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 179 L2CA_ConnectRsp (p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_OK, L2CAP_CONN_OK);
190 L2CA_ConnectRsp (p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
273 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_PENDING, L2CAP_CONN_OK);
284 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK);
399 if (result != L2CAP_CONN_OK)
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 190 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK);
244 if ((result == L2CAP_CONN_OK) && (p_ccb->con_state == SDP_STATE_CONN_SETUP))
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 563 UINT8 result = L2CAP_CONN_OK;
591 if (result == L2CAP_CONN_OK)
629 if (result == L2CAP_CONN_OK)
648 if (result == L2CAP_CONN_OK)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2cdefs.h 89 #define L2CAP_CONN_OK 0
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 142 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK);
179 if ((result == L2CAP_CONN_OK) && (bcb->con_state == BNEP_STATE_CONN_START))
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_l2cap_if.c 156 if (result != L2CAP_CONN_OK )
rfc_mx_fsm.c 145 L2CA_ConnectRsp (p_mcb->bd_addr, *((UINT8 *)p_data), p_mcb->lcid, L2CAP_CONN_OK, 0);
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 762 L2CA_CONNECT_RSP (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK, &p_ccb->ertm_info, &bt_uuid);
853 if ((result == L2CAP_CONN_OK) && (p_ccb->con_state == GAP_CCB_STATE_CONN_SETUP))
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c 547 (*p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb)(local_cid, L2CAP_CONN_OK);
641 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK))
643 l2cu_send_peer_connect_rsp (p_ccb, L2CAP_CONN_OK, 0);
    [all...]
l2c_api.c 412 if (result == L2CAP_CONN_OK)
    [all...]
l2c_main.c 484 if (con_info.l2cap_result == L2CAP_CONN_OK)
    [all...]

Completed in 303 milliseconds