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

  /external/bluetooth/bluedroid/stack/mcap/
mca_dact.c 141 if (status == L2CAP_DW_CONGESTED)
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 462 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED)
594 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED)
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 473 if (status == L2CAP_DW_CONGESTED)
558 if (status == L2CAP_DW_CONGESTED)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 51 #define L2CAP_DW_CONGESTED 2
489 ** L2CAP_DW_CONGESTED, if data accepted and the channel is congested
725 ** L2CAP_DW_CONGESTED, if data accepted and the channel is congested
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_int.h 370 #define AVDT_AD_CONGESTED L2CAP_DW_CONGESTED /* 2 */
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 465 return (L2CAP_DW_CONGESTED);
    [all...]
l2c_main.c 924 ** L2CAP_DW_CONGESTED, if data accepted and the channel is congeste
    [all...]

Completed in 62 milliseconds