mesh: remove unused vars from test files

This commit is contained in:
Milanka Ringwald 2018-11-22 10:58:26 +01:00 committed by Matthias Ringwald
parent 4f37a2df63
commit affaefe34c
2 changed files with 0 additions and 10 deletions

View File

@ -51,11 +51,7 @@
#include "provisioning.h"
#include "provisioning_device.h"
// https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.gap.appearance.xml
// cycling / cycling power sensor
static const uint16_t appearance = (18 << 6) | 4;
static uint16_t con_handle;
static uint8_t broadcast_adv[31];
static uint16_t adv_int_min = 0x0030;
static uint16_t adv_int_max = 0x0030;
@ -104,7 +100,6 @@ static void stdin_process(char cmd){
static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size){
UNUSED(channel);
UNUSED(size);
bd_addr_t null_addr;
if (packet_type != HCI_EVENT_PACKET) return;

View File

@ -50,11 +50,7 @@
#include "provisioning.h"
#include "provisioning_device.h"
// https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.gap.appearance.xml
// cycling / cycling power sensor
static const uint16_t appearance = (18 << 6) | 4;
static uint16_t con_handle;
static uint8_t broadcast_adv[31];
static uint16_t adv_int_min = 0x0030;
static uint16_t adv_int_max = 0x0030;
@ -103,7 +99,6 @@ static void stdin_process(char cmd){
static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size){
UNUSED(channel);
UNUSED(size);
bd_addr_t null_addr;
if (packet_type != HCI_EVENT_PACKET) return;