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

  /external/bluetooth/bluedroid/stack/mcap/
mca_csm.c 302 L2CA_Deregister (p_ccb->ctrl_vpsm);
306 L2CA_Deregister (p_ccb->data_vpsm);
mca_api.c 196 L2CA_Deregister(p_rcb->reg.ctrl_psm);
197 L2CA_Deregister(p_rcb->reg.data_psm);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 319 #define L2CA_DEREGISTER(a) L2CA_Deregister(a)
354 ** Function L2CA_Deregister
362 L2C_API extern void L2CA_Deregister (UINT16 psm);
    [all...]
  /external/bluetooth/bluedroid/stack/avct/
avct_api.c 111 L2CA_Deregister(AVCT_PSM);
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 105 L2CA_Deregister( HID_PSM_CONTROL ) ;
    [all...]
  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 115 L2CA_Deregister (BT_PSM_BNEP);
  /external/bluetooth/bluedroid/stack/avdt/
avdt_api.c 174 L2CA_Deregister(AVDT_PSM);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 49 ** L2CA_ErtmConnectReq() and L2CA_Deregister()
113 ** Function L2CA_Deregister
121 void L2CA_Deregister (UINT16 psm)
128 L2CAP_TRACE_API1 ("L2CAP - L2CA_Deregister() called for PSM: 0x%04x", psm);
    [all...]

Completed in 47 milliseconds