use same handle for signed write as in gatt gaw test

This commit is contained in:
Matthias Ringwald 2015-10-10 15:05:51 +02:00
parent 8e96e3b7fd
commit 0300d5af9c

View File

@ -180,7 +180,7 @@ static int reconnection_address_set = 0;
static bd_addr_t our_private_address;
static uint16_t pts_signed_write_characteristic_uuid = 0xb00d;
static uint16_t pts_signed_write_characteristic_handle = 0x0100;
static uint16_t pts_signed_write_characteristic_handle = 0x00b1;
static uint8_t signed_write_value[] = { 0x12 };
static int le_device_db_index;
static sm_key_t signing_csrk;