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

  /system/bt/stack/include/
l2c_api.h 327 #define L2CA_DISCONNECT_RSP(a) L2CA_DisconnectRsp(a)
481 ** Function L2CA_DisconnectRsp
489 extern BOOLEAN L2CA_DisconnectRsp (UINT16 cid);
    [all...]
  /system/bt/stack/avct/
avct_l2c.c 351 L2CA_DisconnectRsp(lcid);
  /system/bt/stack/rfcomm/
rfc_l2cap_if.c 282 L2CA_DisconnectRsp (lcid);
  /system/bt/stack/avdt/
avdt_l2c.c 456 L2CA_DisconnectRsp(lcid);
  /system/bt/stack/mcap/
mca_l2c.c 474 L2CA_DisconnectRsp(lcid);
  /system/bt/stack/l2cap/
l2cap_client.c 301 L2CA_DisconnectRsp(local_channel_id);
l2c_api.c 608 ** Function L2CA_DisconnectRsp
616 BOOLEAN L2CA_DisconnectRsp (UINT16 cid)
621 L2CAP_TRACE_API ("L2CA_DisconnectRsp() CID: 0x%04x", cid);
    [all...]
  /system/bt/stack/sdp/
sdp_main.c 472 L2CA_DisconnectRsp (l2cap_cid);
  /system/bt/stack/bnep/
bnep_main.c 354 L2CA_DisconnectRsp (l2cap_cid);
  /system/bt/stack/gatt/
gatt_main.c 813 L2CA_DisconnectRsp(lcid);
    [all...]
  /system/bt/stack/hid/
hidh_conn.c 631 L2CA_DisconnectRsp (l2cap_cid);
    [all...]

Completed in 4001 milliseconds