File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
targets/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_EVK_ODIN_W2/sdk/ublox-odin-w2-drivers Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*---------------------------------------------------------------------------
2
- * Copyright (c) 2016, u-blox Malmö, All Rights Reserved
2
+ * Copyright (c) 2016, u-blox Malmö, All Rights Reserved
3
3
* SPDX-License-Identifier: LicenseRef-PBL
4
4
*
5
5
* This file and the related binary are licensed under the
65
65
66
66
#define PACKET_TYPE_ALL (PACKET_TYPE_DM1 | PACKET_TYPE_DH1 | PACKET_TYPE_DM3 | PACKET_TYPE_DH3 | PACKET_TYPE_DM5 | PACKET_TYPE_DH5)
67
67
68
+ #define BD_ADDR_IS_STATIC_RANDOM (BdAddress ) ((BdAddress[0] & 0xC0) == 0xC0)
69
+ #define BD_ADDR_IS_NON_RESOLVABLE (BdAddress ) ((BdAddress[0] & 0xC0) == 0x00)
70
+ #define BD_ADDR_IS_RESOLVABLE (BdAddress ) ((BdAddress[0] & 0xC0) == 0x40)
71
+
72
+ #define BT_INVALID_STATIC_LINK_KEY (0)
68
73
/*===========================================================================
69
74
* TYPES
70
75
*=========================================================================*/
You can’t perform that action at this time.
0 commit comments