android13/packages/modules/Bluetooth/system/vnd/include/vendor_api.h

23 lines
748 B
C

/****************************************************************************
*
* Name: vendor_api.h
*
* Description: Vendor specific BTE API function external definitions.
*
* Copyright (c) 2009-2011, BROADCOM Inc., All Rights Reserved.
* Broadcom Bluetooth Core. Proprietary and confidential.
*
*****************************************************************************/
#ifndef VENDOR_API_H
#define VENDOR_API_H
#include "btm_api.h"
/****************************************************************************
* Resolvable private address offload VSC specific definitions
*****************************************************************************/
enum { BTM_BLE_PRIVACY_ENABLE, BTM_BLE_PRIVACY_DISABLE };
#endif