Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0086cb8 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Remove unused defs BLE_ADDR_IS_STATIC am: 8b8d2754

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1415349

Change-Id: Ief9cf6b81c4d60da8f19f73f6867cac0ea3d2a11
parents 5562f9e0 8b8d2754
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -753,13 +753,6 @@ typedef struct {
#define BLE_ADDR_RANDOM_ID 0x03
#define BLE_ADDR_ANONYMOUS 0xFF
typedef uint8_t tBLE_ADDR_TYPE;
#define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)

#define PHY_LE_1M_MASK 1
#define PHY_LE_2M_MASK 2
#define PHY_LE_CODED_MASK 4

#define BLE_ADDR_IS_STATIC(x) (((x)[0] & 0xC0) == 0xC0)

#ifdef __cplusplus
struct tBLE_BD_ADDR {