Bluetooth: tester: Add BR address type BTP_BR_ADDRESS_TYPE

The address type `BTP_BR_ADDRESS_TYPE=0xe0` of LE address is used to
mark as BR address.

Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
This commit is contained in:
Lyle Zhu 2025-03-03 21:04:20 +08:00 committed by Benjamin Cabé
commit 096fbb0c52

View file

@ -46,6 +46,8 @@
#define BTP_MTU 1024
#define BTP_DATA_MAX_SIZE (BTP_MTU - sizeof(struct btp_hdr))
#define BTP_BR_ADDRESS_TYPE 0xe0
#define BTP_INDEX_NONE 0xff
#define BTP_INDEX 0x00