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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 389 ** L2CAP_DW_FAILED, if error
409 return (L2CAP_DW_FAILED);
420 return (L2CAP_DW_FAILED);
428 return (L2CAP_DW_FAILED);
444 return (L2CAP_DW_FAILED);
456 return (L2CAP_DW_FAILED);
    [all...]
l2c_api.c     [all...]
l2c_main.c     [all...]
  /external/bluetooth/bluedroid/stack/gatt/
att_protocol.c 365 if (l2cap_ret == L2CAP_DW_FAILED)
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 49 #define L2CAP_DW_FAILED FALSE
490 ** L2CAP_DW_FAILED, if error
726 ** L2CAP_DW_FAILED, if error
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_utils.c 92 if ((l2cap_ret = L2CA_SendFixedChnlData (L2CAP_SMP_CID, rem_bda, p_toL2CAP)) == L2CAP_DW_FAILED)
  /external/bluetooth/bluedroid/stack/avdt/
avdt_int.h 368 #define AVDT_AD_FAILED L2CAP_DW_FAILED /* FALSE */
avdt_api.c     [all...]

Completed in 362 milliseconds