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 * Functions generated:1 20 * 21 * mockcify.pl ver 0.2 22 */ 23 24 #include <map> 25 #include <string> 26 27 extern std::map<std::string, int> mock_function_count_map; 28 29 // Original included files, if any 30 // NOTE: Since this is a mock file with mock definitions some number of 31 // include files may not be required. The include-what-you-use 32 // still applies, but crafting proper inclusion is out of scope 33 // for this effort. This compilation unit may compile as-is, or 34 // may need attention to prune the inclusion set. 35 36 // Mocked compile conditionals, if any 37 #ifndef UNUSED_ATTR 38 #define UNUSED_ATTR 39 #endif 40 41 namespace test { 42 namespace mock { 43 namespace hcic_hcicmds { 44 45 struct btsnd_hcic_change_conn_type { 46 uint16_t handle; 47 uint16_t packet_types; 48 }; 49 extern struct btsnd_hcic_change_conn_type btsnd_hcic_change_conn_type; 50 51 } // namespace hcic_hcicmds 52 } // namespace mock 53 } // namespace test 54 55 // END mockcify generation 56