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

  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 325 #define L2CA_DISCONNECT_RSP(a) L2CA_DisconnectRsp(a)
472 ** Function L2CA_DisconnectRsp
480 L2C_API extern BOOLEAN L2CA_DisconnectRsp (UINT16 cid);
    [all...]
  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 349 L2CA_DisconnectRsp(lcid);
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_l2cap_if.c 277 L2CA_DisconnectRsp (lcid);
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 448 L2CA_DisconnectRsp(lcid);
  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 469 L2CA_DisconnectRsp(lcid);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 470 L2CA_DisconnectRsp (l2cap_cid);
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 352 L2CA_DisconnectRsp (l2cap_cid);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 740 L2CA_DisconnectRsp(lcid);
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 592 L2CA_DisconnectRsp (l2cap_cid);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 550 ** Function L2CA_DisconnectRsp
558 BOOLEAN L2CA_DisconnectRsp (UINT16 cid)
562 L2CAP_TRACE_API1 ("L2CA_DisconnectRsp() CID: 0x%04x", cid);
    [all...]

Completed in 125 milliseconds