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

  /system/bt/stack/include/
l2c_api.h 326 #define L2CA_DISCONNECT_RSP(a) L2CA_DisconnectRsp(a)
554 * Function L2CA_DisconnectRsp
562 extern bool L2CA_DisconnectRsp(uint16_t cid);
    [all...]
  /system/bt/stack/avct/
avct_l2c.cc 331 L2CA_DisconnectRsp(lcid);
avct_l2c_br.cc 342 L2CA_DisconnectRsp(lcid);
  /system/bt/stack/rfcomm/
rfc_l2cap_if.cc 263 L2CA_DisconnectRsp(lcid);
  /system/bt/stack/avdt/
avdt_l2c.cc 449 L2CA_DisconnectRsp(lcid);
  /system/bt/stack/mcap/
mca_l2c.cc 435 L2CA_DisconnectRsp(lcid);
  /system/bt/stack/l2cap/
l2cap_client.cc 316 if (ack_required) L2CA_DisconnectRsp(local_channel_id);
l2c_api.cc 864 * Function L2CA_DisconnectRsp
872 bool L2CA_DisconnectRsp(uint16_t cid) {
875 L2CAP_TRACE_API("L2CA_DisconnectRsp() CID: 0x%04x", cid);
    [all...]
  /system/bt/stack/sdp/
sdp_main.cc 443 if (ack_needed) L2CA_DisconnectRsp(l2cap_cid);
  /system/bt/stack/bnep/
bnep_main.cc 335 if (ack_needed) L2CA_DisconnectRsp(l2cap_cid);
  /system/bt/stack/gatt/
gatt_main.cc 806 L2CA_DisconnectRsp(lcid);
    [all...]
  /system/bt/stack/hid/
hidd_conn.cc 500 if (ack_needed) L2CA_DisconnectRsp(cid);
hidh_conn.cc 635 if (ack_needed) L2CA_DisconnectRsp(l2cap_cid);
    [all...]

Completed in 244 milliseconds