• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /****************************************************************************
2  *
3  * Name:         vendor_api.h
4  *
5  * Description:  Vendor specific BTE API function external definitions.
6  *
7  * Copyright (c) 2009-2011, BROADCOM Inc., All Rights Reserved.
8  * Broadcom Bluetooth Core. Proprietary and confidential.
9  *
10  *****************************************************************************/
11 #ifndef VENDOR_API_H
12 #define VENDOR_API_H
13 
14 #include "bt_types.h"
15 #include "btm_api.h"
16 
17 /****************************************************************************
18  *  Resolvable private address offload VSC specific definitions
19  *****************************************************************************/
20 
21 enum { BTM_BLE_PRIVACY_ENABLE, BTM_BLE_PRIVACY_DISABLE };
22 
23 #endif
24