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 11/*---------------------------------------------------------------------------
2- * Copyright (c) 2016, u-blox Malmö, All Rights Reserved
2+ * Copyright (c) 2016, u-blox Malmö, All Rights Reserved
33 * SPDX-License-Identifier: LicenseRef-PBL
44 *
55 * This file and the related binary are licensed under the
6565
6666#define PACKET_TYPE_ALL (PACKET_TYPE_DM1 | PACKET_TYPE_DH1 | PACKET_TYPE_DM3 | PACKET_TYPE_DH3 | PACKET_TYPE_DM5 | PACKET_TYPE_DH5)
6767
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)
6873/*===========================================================================
6974 * TYPES
7075 *=========================================================================*/
You can’t perform that action at this time.
0 commit comments