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

  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 191 result = L2CAP_CONN_NO_RESOURCES;
221 result = L2CAP_CONN_NO_RESOURCES;
315 result = L2CAP_CONN_NO_RESOURCES;
  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 158 UINT16 result = L2CAP_CONN_NO_RESOURCES;
268 result = L2CAP_CONN_NO_RESOURCES;
328 result = L2CAP_CONN_NO_RESOURCES;
  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 118 result = L2CAP_CONN_NO_RESOURCES;
127 result = L2CAP_CONN_NO_RESOURCES;
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_l2cap_if.c 125 L2CA_ConnectRsp (bd_addr, id, lcid, L2CAP_CONN_NO_RESOURCES, 0);
193 L2CA_ConnectRsp (p_mcb->bd_addr, p_mcb->pending_id, p_mcb->pending_lcid, L2CAP_CONN_NO_RESOURCES, 0);
  /external/bluetooth/bluedroid/stack/include/
l2cdefs.h 93 #define L2CAP_CONN_NO_RESOURCES 4
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 576 result = L2CAP_CONN_NO_RESOURCES;
584 result = L2CAP_CONN_NO_RESOURCES;
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 256 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_NO_RESOURCES, 0);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c     [all...]
l2c_main.c 452 l2cu_reject_connection (p_lcb, rcid, id, L2CAP_CONN_NO_RESOURCES);
    [all...]

Completed in 195 milliseconds