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

  /system/bt/stack/mcap/
mca_dact.c 148 if (status == L2CAP_DW_CONGESTED)
  /system/bt/stack/avct/
avct_lcb_act.c 489 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED)
623 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED)
  /system/bt/stack/gap/
gap_conn.c 485 if (status == L2CAP_DW_CONGESTED)
570 if (status == L2CAP_DW_CONGESTED)
    [all...]
  /system/bt/stack/include/
l2c_api.h 53 #define L2CAP_DW_CONGESTED 2
498 ** L2CAP_DW_CONGESTED, if data accepted and the channel is congested
741 ** L2CAP_DW_CONGESTED, if data accepted and the channel is congested
    [all...]
  /system/bt/stack/gatt/
att_protocol.c 371 else if (l2cap_ret == L2CAP_DW_CONGESTED)
  /system/bt/stack/l2cap/
l2cap_client.c 410 case L2CAP_DW_CONGESTED:
l2c_ucd.c 465 return (L2CAP_DW_CONGESTED);
    [all...]
l2c_main.c     [all...]
l2c_api.c     [all...]
  /system/bt/stack/avdt/
avdt_int.h 366 #define AVDT_AD_CONGESTED L2CAP_DW_CONGESTED /* 2 */

Completed in 265 milliseconds