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

  /system/bt/stack/include/
l2c_api.h 337 #define L2CA_CONFIG_RSP(a,b) L2CA_ConfigRsp(a,b)
542 ** Function L2CA_ConfigRsp
550 extern BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg);
    [all...]
  /system/bt/stack/sdp/
sdp_main.c 366 L2CA_ConfigRsp (l2cap_cid, p_cfg);
374 L2CA_ConfigRsp (l2cap_cid, p_cfg);
  /system/bt/stack/avct/
avct_l2c.c 310 L2CA_ConfigRsp(lcid, p_cfg);
  /system/bt/stack/avdt/
avdt_l2c.c 435 L2CA_ConfigRsp(lcid, p_cfg);
  /system/bt/stack/mcap/
mca_l2c.c 434 L2CA_ConfigRsp(lcid, p_cfg);
  /system/bt/stack/l2cap/
l2cap_client.c 245 if (!L2CA_ConfigRsp(local_channel_id, &response)) {
l2c_api.c 827 ** Function L2CA_ConfigRsp
835 BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg)
839 L2CAP_TRACE_API ("L2CA_ConfigRsp() CID: 0x%04x Result: %d MTU present:%d Flush TO:%d FCR:%d FCS:%d",
    [all...]
  /system/bt/stack/rfcomm/
rfc_mx_fsm.c 642 ** L2CAP. Send the L2CA_ConfigRsp message.
660 L2CA_ConfigRsp (p_mcb->lcid, p_cfg);
  /system/bt/stack/bnep/
bnep_main.c 258 L2CA_ConfigRsp (l2cap_cid, p_cfg);
  /system/bt/stack/gatt/
gatt_main.c 794 L2CA_ConfigRsp(lcid, p_cfg);
    [all...]
  /system/bt/stack/hid/
hidh_conn.c 499 L2CA_ConfigRsp (l2cap_cid, p_cfg);
    [all...]

Completed in 269 milliseconds