blob: 43baf8b03ee4306359077c132cbda00d5ca3f8f4 [file] [log] [blame]
/*
* Copyright (c) 2023 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef MOCKS_BLUETOOTH_H_
#define MOCKS_BLUETOOTH_H_
struct bt_le_ext_adv {
/* ID Address used for advertising */
uint8_t id;
/* Advertising handle */
uint8_t handle;
};
#endif /* MOCKS_BLUETOOTH_H_ */