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

  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 356 ** BNEP_IGNORE_CMD - If the packet is filtered out
412 return BNEP_IGNORE_CMD;
430 return BNEP_IGNORE_CMD;
467 ** BNEP_IGNORE_CMD - If the packet is filtered out
521 return BNEP_IGNORE_CMD;
537 return BNEP_IGNORE_CMD;
777 return (BNEP_IGNORE_CMD);
bnep_utils.c     [all...]
  /external/bluetooth/bluedroid/stack/pan/
pan_api.c 552 if (result == BNEP_IGNORE_CMD)
581 if (result == BNEP_IGNORE_CMD)
665 if (result == BNEP_IGNORE_CMD)
697 if (result == BNEP_IGNORE_CMD)
pan_main.c 613 if (result != BNEP_SUCCESS && result != BNEP_IGNORE_CMD)
  /external/bluetooth/bluedroid/stack/include/
bnep_api.h 66 BNEP_IGNORE_CMD, /* To ignore the rcvd command */
331 ** BNEP_IGNORE_CMD - If the packet is filtered out
359 ** BNEP_IGNORE_CMD - If the packet is filtered out
pan_api.h 80 PAN_IGNORE_CMD = BNEP_IGNORE_CMD, /* To ignore the rcvd command */

Completed in 72 milliseconds