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

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_mx_fsm.c 123 if ((p_mcb->lcid = L2CA_ConnectReq (BT_PSM_RFCOMM, p_mcb->bd_addr)) == 0)
496 if ((p_mcb->lcid = L2CA_ConnectReq (BT_PSM_RFCOMM, p_mcb->bd_addr)) == 0)
  /external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c 571 if ((lcid = L2CA_ConnectReq(AVDT_PSM, p_ccb->peer_addr)) != 0)
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 177 if ((p_lcb->ch_lcid = L2CA_ConnectReq(AVCT_PSM, p_lcb->peer_addr)) == 0)
  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 202 if ((cid = L2CA_ConnectReq (BT_PSM_BNEP, p_bcb->rem_bda)) != 0)
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 346 ** and should be used in the calls to L2CA_ConnectReq() and
378 ** Function L2CA_ConnectReq
388 L2C_API extern UINT16 L2CA_ConnectReq (UINT16 psm, BD_ADDR p_bd_addr);
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 570 cid = L2CA_ConnectReq (SDP_PSM, p_bd_addr);
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 332 if ((p_dev->conn.intr_cid = L2CA_ConnectReq (HID_PSM_INTERRUPT, hh_cb.devices[dhandle].addr)) == 0)
975 if ((p_dev->conn.ctrl_cid = L2CA_ConnectReq (HID_PSM_CONTROL, p_dev->addr)) == 0)
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 158 if ((p_tcb->att_lcid = L2CA_ConnectReq(BT_PSM_ATT, rem_bda)) == 0)
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 48 ** and should be used in the calls to L2CA_ConnectReq(),
202 ** Function L2CA_ConnectReq
212 UINT16 L2CA_ConnectReq (UINT16 psm, BD_ADDR p_bd_addr)
    [all...]

Completed in 58 milliseconds