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

  /system/bt/stack/bnep/
bnep_api.cc 329 * BNEP_IGNORE_CMD - If the packet is filtered out
377 return BNEP_IGNORE_CMD;
392 return BNEP_IGNORE_CMD;
430 * BNEP_IGNORE_CMD - If the packet is filtered out
474 if (new_len > org_len) return BNEP_IGNORE_CMD;
488 return BNEP_IGNORE_CMD;
688 return (BNEP_IGNORE_CMD);
bnep_utils.cc     [all...]
  /system/bt/stack/include/
bnep_api.h 65 BNEP_IGNORE_CMD, /* To ignore the rcvd command */
301 * BNEP_IGNORE_CMD - If the packet is filtered out
330 * BNEP_IGNORE_CMD - If the packet is filtered out
pan_api.h 83 PAN_IGNORE_CMD = BNEP_IGNORE_CMD, /* To ignore the rcvd command */
  /system/bt/stack/pan/
pan_api.cc 545 if (result == BNEP_IGNORE_CMD) {
572 if (result == BNEP_IGNORE_CMD) {
pan_main.cc 616 if (result != BNEP_SUCCESS && result != BNEP_IGNORE_CMD)

Completed in 79 milliseconds