OSDN Git Service

Collapse BNEP #defines that don't need to be configurable.
authorSharvil Nanavati <sharvil@google.com>
Wed, 21 Jan 2015 07:12:31 +0000 (23:12 -0800)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 16 Mar 2015 23:51:42 +0000 (16:51 -0700)
commitf105417abd42ccdc3c36a154a86596d5aa5ae424
tree860c5df146d78459f74ec87e9f54489fcf5ffc92
parent41e319644db0b951c8c08fb3b50cbb0e1778b381
Collapse BNEP #defines that don't need to be configurable.

In some instances, defining these macros to FALSE would result in
broken runtime behavior (e.g. UUID fields containing uninitialized
values). This change collapses the following defines:

BNEP_SUPPORTS_PROT_FILTERS
BNEP_SUPPORTS_MULTI_FILTERS
BNEP_SUPPORTS_DEBUG_DUMP
BNEP_SUPPORTS_ALL_UUID_LENGTHS
include/bt_target.h
stack/bnep/bnep_api.c
stack/bnep/bnep_int.h
stack/bnep/bnep_main.c
stack/bnep/bnep_utils.c
stack/pan/pan_api.c
stack/pan/pan_main.c