Skip to content

Commit 39548ec

Browse files
kartbennordicjm
authored andcommitted
[nrf fromtree] Bluetooth: Host: drop deprecated BT_LE_SCAN_OPT_FILTER_WHITELIST macro
Macro has been deprecated since 2.7 LTS(!) and is using non-inclusive terminology. Drop it. Signed-off-by: Benjamin Cabé <[email protected]> (cherry picked from commit 110c49f)
1 parent 6698705 commit 39548ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/zephyr/bluetooth/bluetooth.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,8 +2169,6 @@ enum {
21692169
BT_LE_SCAN_OPT_NO_1M = BIT(3),
21702170
};
21712171

2172-
#define BT_LE_SCAN_OPT_FILTER_WHITELIST __DEPRECATED_MACRO BT_LE_SCAN_OPT_FILTER_ACCEPT_LIST
2173-
21742172
enum {
21752173
/** Scan without requesting additional information from advertisers. */
21762174
BT_LE_SCAN_TYPE_PASSIVE = 0x00,

0 commit comments

Comments
 (0)