1 /*
2  * Copyright 2018 Oticon A/S
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 #ifndef BS_MODEM_BLE_SIMPLE_H
7 #define BS_MODEM_BLE_SIMPLE_H
8 
9 #include "modem_BLE_simple_args.h"
10 
11 typedef struct {
12   uint32_t nbr_devices;
13   mo_simple_args_t args;
14   double device_RSSI_offsetdB; //Average measurement offset (for all channels)
15 } m_simple_status_t;
16 
17 #endif
18