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:
parent
c667eb5aca
commit
096fbb0c52
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue