fix compile

This commit is contained in:
matthias.ringwald@gmail.com 2014-01-17 08:41:36 +00:00
parent 9382667d3f
commit ea8b28d601

View File

@ -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