Home
last modified time | relevance | path

Searched refs:BNEP_IGNORE_CMD (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/bnep/
Dbnep_api.cc363 return BNEP_IGNORE_CMD; in BNEP_WriteBuf()
374 return BNEP_IGNORE_CMD; in BNEP_WriteBuf()
383 if (new_len > org_len) return BNEP_IGNORE_CMD; in BNEP_WriteBuf()
390 return BNEP_IGNORE_CMD; in BNEP_WriteBuf()
467 return BNEP_IGNORE_CMD; in BNEP_Write()
476 if (new_len > org_len) return BNEP_IGNORE_CMD; in BNEP_Write()
484 if (new_len > org_len) return BNEP_IGNORE_CMD; in BNEP_Write()
491 return BNEP_IGNORE_CMD; in BNEP_Write()
Dbnep_utils.cc1218 return BNEP_IGNORE_CMD; in bnep_is_packet_allowed()
1230 return BNEP_IGNORE_CMD; in bnep_is_packet_allowed()
1244 return BNEP_IGNORE_CMD; in bnep_is_packet_allowed()
1273 return BNEP_IGNORE_CMD; in bnep_is_packet_allowed()
/system/bt/stack/include/
Dbnep_api.h65 BNEP_IGNORE_CMD, /* To ignore the rcvd command */ enumerator
Dpan_api.h82 PAN_IGNORE_CMD = BNEP_IGNORE_CMD, /* To ignore the rcvd command */
/system/bt/stack/pan/
Dpan_api.cc494 if (result == BNEP_IGNORE_CMD) { in PAN_WriteBuf()
521 if (result == BNEP_IGNORE_CMD) { in PAN_WriteBuf()
Dpan_main.cc447 if (result != BNEP_SUCCESS && result != BNEP_IGNORE_CMD) in pan_data_buf_ind_cb()