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

  /system/bt/stack/mcap/
mca_dact.cc 139 if (status == L2CAP_DW_CONGESTED) {
  /system/bt/stack/avct/
avct_lcb_act.cc 425 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) {
537 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) {
  /system/bt/stack/gatt/
att_protocol.cc 336 } else if (l2cap_ret == L2CAP_DW_CONGESTED) {
  /system/bt/stack/include/
l2c_api.h 56 #define L2CAP_DW_CONGESTED 2
606 * L2CAP_DW_CONGESTED, if data accepted and the channel is
    [all...]
  /system/bt/stack/l2cap/
l2cap_client.cc 432 case L2CAP_DW_CONGESTED:
l2c_main.cc 893 * L2CAP_DW_CONGESTED, if data accepted and the channel is
945 if (p_ccb->cong_sent) return (L2CAP_DW_CONGESTED);
l2c_api.cc     [all...]
  /system/bt/stack/avdt/
avdt_int.h 332 #define AVDT_AD_CONGESTED L2CAP_DW_CONGESTED /* 2 */
    [all...]
  /system/bt/stack/gap/
gap_conn.cc 494 if (status == L2CAP_DW_CONGESTED) {
    [all...]

Completed in 179 milliseconds