From ea8b28d60126be904fcff524c692f7657a3da035 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Fri, 17 Jan 2014 08:41:36 +0000 Subject: [PATCH] fix compile --- ble/att_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ble/att_server.c b/ble/att_server.c index bdb7e80a7..6f7923a27 100644 --- a/ble/att_server.c +++ b/ble/att_server.c @@ -121,7 +121,7 @@ static void att_event_packet_handler (uint8_t packet_type, uint16_t channel, uin switch (packet[2]) { case HCI_SUBEVENT_LE_CONNECTION_COMPLETE: // store connection info - att_request_handle = READ_BT_16(packet, 4) + att_request_handle = READ_BT_16(packet, 4); att_client_addr_type = packet[7]; bt_flip_addr(att_client_address, &packet[8]); // reset connection properties