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 "btm_api.h" 15 16 /**************************************************************************** 17 * Resolvable private address offload VSC specific definitions 18 *****************************************************************************/ 19 20 enum { BTM_BLE_PRIVACY_ENABLE, BTM_BLE_PRIVACY_DISABLE }; 21 22 #endif 23