remove set connection

This commit is contained in:
Milanka Ringwald 2017-01-17 16:58:14 +01:00
parent 700bd0b5fd
commit 4894bf58ce

View File

@ -555,7 +555,6 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe
printf("L2CAP_EVENT_CHANNEL_OPENED: stream_endpoint not found");
return;
}
stream_endpoint->connection = connection;
stream_endpoint_state_machine(connection, stream_endpoint, HCI_EVENT_PACKET, L2CAP_EVENT_CHANNEL_OPENED, packet, size);
break;