path:device/rockchip/rk3288/bluetooth/bdroid_buildcfg.h /* * Copyright (C) 2012 The Android Open SourceProject * * Licensed under the Apache License, Version2.0 (the "License"); * you may not use this file except incompliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreedto in wri ting, software * distributed under the License is distributedon an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANYKIND, either express or implied. * See the License for the specific languagegoverning permissions and * limitations under the License. */ #ifndef _BDROID_BUILDCFG_H #define _BDROID_BUILDCFG_H #define BTM_DEF_LOCAL_NAME "bluetooth_name" #define BTA_DM_COD {0x1A, 0x01, 0x10} #endif
|