blob: 793e85f4e0a7fe10bd31ab1dd7151a6dacdc34d4 [file] [log] [blame]
Andre Eisenbachb203d472013-11-20 17:23:06 -08001/****************************************************************************
Myles Watsonee96a3c2016-11-23 14:49:54 -08002 *
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 *****************************************************************************/
Andre Eisenbachb203d472013-11-20 17:23:06 -080011#ifndef VENDOR_API_H
12#define VENDOR_API_H
13
14#include "bt_types.h"
15#include "btm_api.h"
16
Wei Wanged534e32014-05-20 06:30:13 +000017/****************************************************************************
Myles Watsonee96a3c2016-11-23 14:49:54 -080018 * Resolvable private address offload VSC specific definitions
19 *****************************************************************************/
Andre Eisenbachb203d472013-11-20 17:23:06 -080020
Myles Watson911d1ae2016-11-28 16:44:40 -080021enum { BTM_BLE_PRIVACY_ENABLE, BTM_BLE_PRIVACY_DISABLE };
Wei Wanged534e32014-05-20 06:30:13 +000022
23/****************************************************************************
Myles Watsonee96a3c2016-11-23 14:49:54 -080024 * Advertising packet filter VSC specific definitions
25 *****************************************************************************/
Wei Wanged534e32014-05-20 06:30:13 +000026
Andre Eisenbachb203d472013-11-20 17:23:06 -080027/*****************************************************************************
Myles Watsonee96a3c2016-11-23 14:49:54 -080028 * VENDOR SPECIFIC BLE FEATURE FUNCTIONS
29 *****************************************************************************/
Marie Janssend19e0782016-07-15 12:48:27 -070030#if (BLE_ANDROID_CONTROLLER_SCAN_FILTER == TRUE)
Andre Eisenbachb203d472013-11-20 17:23:06 -080031
Andre Eisenbachb203d472013-11-20 17:23:06 -080032#endif
33
Andre Eisenbachb203d472013-11-20 17:23:06 -080034#endif