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

  /system/bt/stack/mcap/
mca_csm.c 299 L2CA_Deregister (p_ccb->ctrl_vpsm);
303 L2CA_Deregister (p_ccb->data_vpsm);
mca_api.c 194 L2CA_Deregister(p_rcb->reg.ctrl_psm);
195 L2CA_Deregister(p_rcb->reg.data_psm);
  /system/bt/stack/include/
l2c_api.h 333 #define L2CA_DEREGISTER(a) L2CA_Deregister(a)
373 ** Function L2CA_Deregister
381 extern void L2CA_Deregister (UINT16 psm);
    [all...]
  /system/bt/stack/avct/
avct_api.c 114 L2CA_Deregister(AVCT_PSM);
  /system/bt/stack/hid/
hidh_conn.c 111 L2CA_Deregister( HID_PSM_CONTROL ) ;
    [all...]
  /system/bt/stack/bnep/
bnep_api.c 114 L2CA_Deregister (BT_PSM_BNEP);
  /system/bt/stack/avdt/
avdt_api.c 142 L2CA_Deregister(AVDT_PSM);
    [all...]
  /system/bt/stack/l2cap/
l2c_api.c 57 ** L2CA_ErtmConnectReq() and L2CA_Deregister()
119 ** Function L2CA_Deregister
127 void L2CA_Deregister (UINT16 psm)
134 L2CAP_TRACE_API ("L2CAP - L2CA_Deregister() called for PSM: 0x%04x", psm);
    [all...]

Completed in 76 milliseconds