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

  /system/bt/stack/mcap/
mca_l2c.cc 90 L2CA_ErtmConnectRsp(*bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK,
91 L2CAP_CONN_OK, &ertm_info);
101 L2CAP_CONN_OK);
184 result = L2CAP_CONN_OK;
193 L2CA_ErtmConnectRsp(bd_addr, id, lcid, result, L2CAP_CONN_OK, p_ertm_info);
197 if (result == L2CAP_CONN_OK) {
252 result = L2CAP_CONN_OK;
263 if (result == L2CAP_CONN_OK) {
297 if (result == L2CAP_CONN_OK) {
324 if (result != L2CAP_CONN_OK) {
    [all...]
  /system/bt/stack/avdt/
avdt_l2c.cc 91 L2CA_ConnectRsp(*bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK,
92 L2CAP_CONN_OK);
111 L2CAP_CONN_OK);
213 L2CAP_CONN_OK);
230 result = L2CAP_CONN_OK;
238 result = L2CAP_CONN_OK;
251 if (result == L2CAP_CONN_OK) {
293 if (result == L2CAP_CONN_OK) {
336 if (result != L2CAP_CONN_OK) {
366 if (p_cfg->result == L2CAP_CONN_OK) {
    [all...]
  /system/bt/stack/avct/
avct_l2c.cc 104 uint16_t result = L2CAP_CONN_OK;
139 if (result == L2CAP_CONN_OK) {
181 if (result == L2CAP_CONN_OK) {
209 if (result == L2CAP_CONN_OK) {
avct_l2c_br.cc 142 result = L2CAP_CONN_OK;
163 if (result == L2CAP_CONN_OK) {
193 if (result != L2CAP_CONN_OK) {
  /system/bt/stack/hid/
hidd_conn.cc 122 L2CAP_CONN_OK, L2CAP_CONN_OK);
130 L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
251 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_PENDING, L2CAP_CONN_OK);
261 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_OK, L2CAP_CONN_OK);
294 if (result != L2CAP_CONN_OK) {
hidh_conn.cc 174 L2CAP_CONN_OK, L2CAP_CONN_OK);
186 L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
267 L2CAP_CONN_OK);
278 L2CA_ConnectRsp(bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK);
398 if (result != L2CAP_CONN_OK) {
    [all...]
  /system/bt/stack/sdp/
sdp_main.cc 184 L2CA_ConnectRsp(bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK);
237 if ((result == L2CAP_CONN_OK) && (p_ccb->con_state == SDP_STATE_CONN_SETUP)) {
  /system/bt/stack/include/
l2cdefs.h 116 #define L2CAP_CONN_OK 0
  /system/bt/stack/gap/
gap_conn.cc 751 L2CA_CONNECT_RSP(bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK,
755 L2CA_CONNECT_COC_RSP(bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK,
756 L2CAP_CONN_OK, &p_ccb->local_coc_cfg);
851 if ((result == L2CAP_CONN_OK) &&
    [all...]
  /system/bt/stack/l2cap/
l2c_csm.cc 538 (*p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb)(local_cid, L2CAP_CONN_OK);
641 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK)) {
642 l2cble_credit_based_conn_res(p_ccb, L2CAP_CONN_OK);
651 if ((!p_ci) || (p_ci->l2cap_result == L2CAP_CONN_OK)) {
652 l2cu_send_peer_connect_rsp(p_ccb, L2CAP_CONN_OK, 0);
    [all...]
l2cap_client.cc 198 if (error_code != L2CAP_CONN_OK) {
l2c_api.cc 636 if (result == L2CAP_CONN_OK)
795 if (result == L2CAP_CONN_OK) {
    [all...]
l2c_main.cc 426 if (con_info.l2cap_result == L2CAP_CONN_OK)
  /system/bt/stack/bnep/
bnep_main.cc 135 L2CA_ConnectRsp(bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK);
170 if ((result == L2CAP_CONN_OK) &&
  /system/bt/stack/gatt/
gatt_main.cc 604 uint8_t result = L2CAP_CONN_OK;
628 if (result == L2CAP_CONN_OK) {
665 if (result == L2CAP_CONN_OK) {
681 if (result == L2CAP_CONN_OK) {
    [all...]
  /system/bt/stack/rfcomm/
rfc_l2cap_if.cc 149 if (result != L2CAP_CONN_OK) {
rfc_mx_fsm.cc 147 L2CAP_CONN_OK, 0);
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test.cc 152 ConnectResponse(peer_addr, cmd_id, lcid, L2CAP_CONN_OK, 0));
299 l2cap_appl_info_.pL2CA_ConnectCfm_Cb(lcid, L2CAP_CONN_OK);
    [all...]

Completed in 338 milliseconds