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

  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 323 #define L2CA_CONFIG_RSP(a,b) L2CA_ConfigRsp(a,b)
449 ** Function L2CA_ConfigRsp
457 L2C_API extern BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg);
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 364 L2CA_ConfigRsp (l2cap_cid, p_cfg);
372 L2CA_ConfigRsp (l2cap_cid, p_cfg);
  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 310 L2CA_ConfigRsp(lcid, p_cfg);
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 415 L2CA_ConfigRsp(lcid, p_cfg);
  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 434 L2CA_ConfigRsp(lcid, p_cfg);
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_mx_fsm.c 635 ** L2CAP. Send the L2CA_ConfigRsp message.
653 L2CA_ConfigRsp (p_mcb->lcid, p_cfg);
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 252 L2CA_ConfigRsp (l2cap_cid, p_cfg);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 740 L2CA_ConfigRsp(lcid, p_cfg);
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 489 L2CA_ConfigRsp (l2cap_cid, p_cfg);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 487 ** Function L2CA_ConfigRsp
495 BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg)
499 L2CAP_TRACE_API ("L2CA_ConfigRsp() CID: 0x%04x Result: %d MTU present:%d Flush TO:%d FCR:%d FCS:%d",
    [all...]

Completed in 1176 milliseconds