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 324 * BNEP_IGNORE_CMD - If the packet is filtered out
372 return BNEP_IGNORE_CMD;
381 if (new_len > org_len) return BNEP_IGNORE_CMD;
388 return BNEP_IGNORE_CMD;
426 * BNEP_IGNORE_CMD - If the packet is filtered out
470 if (new_len > org_len) return BNEP_IGNORE_CMD;
478 if (new_len > org_len) return BNEP_IGNORE_CMD;
485 return BNEP_IGNORE_CMD;
685 return (BNEP_IGNORE_CMD);
bnep_utils.cc     [all...]
  /system/bt/stack/include/
bnep_api.h 65 BNEP_IGNORE_CMD, /* To ignore the rcvd command */
303 * BNEP_IGNORE_CMD - If the packet is filtered out
332 * 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 543 if (result == BNEP_IGNORE_CMD) {
570 if (result == BNEP_IGNORE_CMD) {
pan_main.cc 547 if (result != BNEP_SUCCESS && result != BNEP_IGNORE_CMD)

Completed in 61 milliseconds