bt_lib_mask.h
1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*should be same as bt_lib_mask.h in bt lib*/
#ifndef BT_LIB_MASK
#define BT_LIB_MASK
//sdp
#define SDP_HFP_MASK 0x00000002
#define SDP_PBAP_MASK 0x00040000 /*Phone Book Access Profile*/
#define AVRCP_METADATA_MASK 0x00000004 /*Music Metadata (Artist/Title..)*/
#define AVRCP_AUTOPLAY_MASK 0x00000008
#define AVRCP_VOL_SYNC_MASK 0x00000010
#define BT_NAME_EXT 0x00000020 /*Name + some of MAC ID*/
#define BT_HFP_BATT_LEV 0x00000040 /*iOS Device Batt Level Indicator Support*/
#define BT_HFP_WIDEBAND 0x00000080 /*HFP Wideband Support*/
#define BT_A2DP_AAC 0x00000100 /*AAC Support*/
#define BT_TX_APP 0x00000800 /*BT Multiroom, BT subw*/
#define BT_w_EEPROM 0x00001000 /*BT data in eeprom*/
#define BT_RF_CONTRLLER_MASK 0x00006000
#define BT_RF_RDA5876 0x00000000
#define BT_RF_RTK8761A 0x00002000
#define BT_RF_TI2564 0x00004000
//#define BT_RF_CSR_8811 0x00006000
#define BT_RF_OTK5288 0x000006000
#define BT_APP_NEED_MASTER 0x00008000 /*for tws, multiroom, need device is master*/
#define BT_APP_NEED_SLAVE 0x00010000 /*for tws, multiroom, need device is slave*/
//#define BT_APP_BLE 0x00010000
#define BLE_EXT_ADV_MASK 0x00020000
#define BT_APP_NEED_MASTER 0x00008000 /*for tws, multiroom, need device is master*/
#define TEST_BQB_MASK 0x80000000
#define TEST_DUT_MASK 0x40000000
#endif //BT_LIB_MASK