Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_api.cc369 return BNEP_IGNORE_CMD; in BNEP_WriteBuf()
380 return BNEP_IGNORE_CMD; in BNEP_WriteBuf()
391 return BNEP_IGNORE_CMD; in BNEP_WriteBuf()
399 return BNEP_IGNORE_CMD; in BNEP_WriteBuf()
475 return BNEP_IGNORE_CMD; in BNEP_Write()
484 if (new_len > org_len) return BNEP_IGNORE_CMD; in BNEP_Write()
492 if (new_len > org_len) return BNEP_IGNORE_CMD; in BNEP_Write()
499 return BNEP_IGNORE_CMD; in BNEP_Write()
Dbnep_utils.cc1209 return BNEP_IGNORE_CMD; in bnep_is_packet_allowed()
1221 return BNEP_IGNORE_CMD; in bnep_is_packet_allowed()
1235 return BNEP_IGNORE_CMD; in bnep_is_packet_allowed()
1264 return BNEP_IGNORE_CMD; in bnep_is_packet_allowed()
/packages/modules/Bluetooth/system/stack/include/
Dbnep_api.h70 BNEP_IGNORE_CMD, /* To ignore the rcvd command */ enumerator
Dpan_api.h95 PAN_IGNORE_CMD = BNEP_IGNORE_CMD, /* To ignore the rcvd command */
/packages/modules/Bluetooth/system/stack/pan/
Dpan_api.cc538 if (result == BNEP_IGNORE_CMD) { in PAN_WriteBuf()
570 if (result == BNEP_IGNORE_CMD) { in PAN_WriteBuf()
Dpan_main.cc455 if (result != BNEP_SUCCESS && result != BNEP_IGNORE_CMD) in pan_data_buf_ind_cb()