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 91 L2CA_ErtmConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK, L2CAP_CONN_OK, &ertm_info);
102 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
188 result = L2CAP_CONN_OK;
198 L2CA_ErtmConnectRsp (bd_addr, id, lcid, result, L2CAP_CONN_OK, p_ertm_info);
202 if (result == L2CAP_CONN_OK)
257 result = L2CAP_CONN_OK;
270 if (result == L2CAP_CONN_OK)
307 if (result == L2CAP_CONN_OK)
342 if (result != L2CAP_CONN_OK)
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 94 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK, L2CAP_CONN_OK);
113 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
206 L2CA_ConnectRsp (p_ccb->peer_addr, p_tbl->id, lcid, L2CAP_CONN_PENDING, L2CAP_CONN_OK);
223 result = L2CAP_CONN_OK;
232 result = L2CAP_CONN_OK;
245 if (result == L2CAP_CONN_OK)
289 if (result == L2CAP_CONN_OK)
328 if (result != L2CAP_CONN_OK)
357 if (p_cfg->result == L2CAP_CONN_OK)
    [all...]
  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 106 UINT16 result = L2CAP_CONN_OK;
144 if (result == L2CAP_CONN_OK)
190 if (result == L2CAP_CONN_OK)
216 if (result == L2CAP_CONN_OK)
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 174 L2CA_ConnectRsp (p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_OK, L2CAP_CONN_OK);
185 L2CA_ConnectRsp (p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
271 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_PENDING, L2CAP_CONN_OK);
282 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK);
401 if (result != L2CAP_CONN_OK)
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 188 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK);
242 if ((result == L2CAP_CONN_OK) && (p_ccb->con_state == SDP_STATE_CONN_SETUP))
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 509 UINT8 result = L2CAP_CONN_OK;
536 if (result == L2CAP_CONN_OK)
574 if (result == L2CAP_CONN_OK)
593 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 140 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK);
177 if ((result == L2CAP_CONN_OK) && (bcb->con_state == BNEP_STATE_CONN_START))
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_l2cap_if.c 154 if (result != L2CAP_CONN_OK )
rfc_mx_fsm.c 144 L2CA_ConnectRsp (p_mcb->bd_addr, *((UINT8 *)p_data), p_mcb->lcid, L2CAP_CONN_OK, 0);
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 761 L2CA_CONNECT_RSP (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK, &p_ccb->ertm_info, &bt_uuid);
850 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 403 if (result == L2CAP_CONN_OK)
    [all...]
l2c_main.c 453 if (con_info.l2cap_result == L2CAP_CONN_OK)
    [all...]

Completed in 557 milliseconds