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 362 L2CA_ConfigRsp (l2cap_cid, p_cfg);
370 L2CA_ConfigRsp (l2cap_cid, p_cfg);
  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 308 L2CA_ConfigRsp(lcid, p_cfg);
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 409 L2CA_ConfigRsp(lcid, p_cfg);
  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 429 L2CA_ConfigRsp(lcid, p_cfg);
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_mx_fsm.c 628 ** L2CAP. Send the L2CA_ConfigRsp message.
646 L2CA_ConfigRsp (p_mcb->lcid, p_cfg);
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 250 L2CA_ConfigRsp (l2cap_cid, p_cfg);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 687 L2CA_ConfigRsp(lcid, p_cfg);
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 491 L2CA_ConfigRsp (l2cap_cid, p_cfg);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 478 ** Function L2CA_ConfigRsp
486 BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg)
490 L2CAP_TRACE_API6 ("L2CA_ConfigRsp() CID: 0x%04x Result: %d MTU present:%d Flush TO:%d FCR:%d FCS:%d",
    [all...]

Completed in 90 milliseconds