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

  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 252 if (p_cfg->result == L2CAP_CFG_OK)
309 p_cfg->result = L2CAP_CFG_OK;
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 336 p_cfg->result = L2CAP_CFG_OK;
361 if (p_cfg->result != L2CAP_CFG_OK)
416 if (p_cfg->result == L2CAP_CFG_OK)
  /external/bluetooth/bluedroid/stack/include/
l2cdefs.h 149 #define L2CAP_CFG_OK 0
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 249 p_cfg->result = result = L2CAP_CFG_OK;
254 if (result != L2CAP_CFG_OK)
304 if (p_cfg->result == L2CAP_CFG_OK)
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_mx_fsm.c 599 if (p_cfg->result != L2CAP_CFG_OK)
651 p_cfg->result = L2CAP_CFG_OK;
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 679 if (p_cfg->result == L2CAP_CFG_OK)
739 p_cfg->result = L2CAP_CFG_OK;
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 414 p_cfg->result = L2CAP_CFG_OK;
  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 411 UINT16 result = L2CAP_CFG_OK;
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 909 p_cfg->result = L2CAP_CFG_OK;
938 if (p_cfg->result == L2CAP_CFG_OK)
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 487 p_cfg->result = L2CAP_CFG_OK;
561 if (p_cfg->result != L2CAP_CFG_OK)
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 611 l2cu_send_peer_ble_par_rsp (p_lcb, L2CAP_CFG_OK, id);
    [all...]
l2c_api.c 509 if ( (p_cfg->result == L2CAP_CFG_OK) || (p_cfg->result == L2CAP_CFG_PENDING) )
    [all...]
l2c_main.c 668 if ( (cfg_info.result == L2CAP_CFG_OK) || (cfg_info.result == L2CAP_CFG_PENDING) )
    [all...]

Completed in 193 milliseconds