added k60d100m project
[adk-bluetooth-test.git] / adk-stack / adapter / fwk.h
blob2930da704aef3055499d7621c5f95c6d211eca97
1 /*
2 * Copyright (C) 2012 The Android Open Source Project
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
16 #ifdef ADK_INTERNAL
17 #ifndef _ADK_FWK_H_
18 #define _ADK_FWK_H_
20 #include <mqx.h>
21 #include <bsp.h>
23 #include "os_utils.h"
25 #include "hci_transport.h"
27 // todo
29 #include <ctype.h>
30 #include <string.h>
31 #include <stdlib.h>
34 // #define BT_MODULE_CC256X // we only test usb bt dongle
36 void fwkInit(void);
37 void cpuGetUniqId(uint32_t* dst); //produce the 128-bit unique ID
39 uint8_t getVolume(void);
40 void setVolume(uint8_t);
42 #endif
43 #endif