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

  /system/bt/stack/mcap/
mca_csm.cc 252 L2CA_Deregister(p_ccb->ctrl_vpsm);
255 L2CA_Deregister(p_ccb->data_vpsm);
mca_api.cc 184 L2CA_Deregister(p_rcb->reg.ctrl_psm);
185 L2CA_Deregister(p_rcb->reg.data_psm);
  /system/bt/stack/include/
l2c_api.h 332 #define L2CA_DEREGISTER(a) L2CA_Deregister(a)
369 * Function L2CA_Deregister
377 extern void L2CA_Deregister(uint16_t psm);
    [all...]
  /system/bt/stack/avct/
avct_api.cc 112 L2CA_Deregister(AVCT_PSM);
  /system/bt/stack/hid/
hidd_conn.cc 765 L2CA_Deregister(HID_PSM_CONTROL);
785 L2CA_Deregister(HID_PSM_CONTROL);
786 L2CA_Deregister(HID_PSM_INTERRUPT);
hidh_conn.cc 104 L2CA_Deregister(HID_PSM_CONTROL);
    [all...]
  /system/bt/stack/bnep/
bnep_api.cc 108 L2CA_Deregister(BT_PSM_BNEP);
  /system/bt/stack/avdt/
avdt_api.cc 139 L2CA_Deregister(AVDT_PSM);
    [all...]
  /system/bt/stack/l2cap/
l2c_api.cc 58 * L2CA_ErtmConnectReq() and L2CA_Deregister()
115 * Function L2CA_Deregister
123 void L2CA_Deregister(uint16_t psm) {
129 L2CAP_TRACE_API("L2CAP - L2CA_Deregister() called for PSM: 0x%04x", psm);
    [all...]

Completed in 1483 milliseconds