• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2021 The Android Open Source Project
3  *
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
7  *
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  *
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.
15  */
16 
17 /*
18  * Generated mock file from original source file
19  */
20 
21 #include <cstdint>
22 
23 #include "bta/include/bta_api.h"
24 #include "bta/sys/bta_sys.h"
25 #include "internal_include/bte_appl.h"
26 #include "osi/include/osi.h"  // UNUSED_ATTR
27 #include "stack/include/btm_api_types.h"
28 
29 tBTE_APPL_CFG bte_appl_cfg = {
30     BTA_LE_AUTH_REQ_SC_MITM_BOND,  // Authentication requirements
31     BTM_IO_CAP_UNKNOWN, BTM_BLE_INITIATOR_KEY_SIZE, BTM_BLE_RESPONDER_KEY_SIZE,
32     BTM_BLE_MAX_KEY_SIZE};
33 
bta_dm_co_get_compress_memory(UNUSED_ATTR tBTA_SYS_ID id,UNUSED_ATTR uint8_t ** memory_p,UNUSED_ATTR uint32_t * memory_size)34 bool bta_dm_co_get_compress_memory(UNUSED_ATTR tBTA_SYS_ID id,
35                                    UNUSED_ATTR uint8_t** memory_p,
36                                    UNUSED_ATTR uint32_t* memory_size) {
37   return true;
38 }
39