From 4e432ccb54e76625042ed312258afe5e25ec4bee Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Tue, 12 Mar 2013 09:16:12 +0000 Subject: [PATCH] use larger spp buffer --- MSP-EXP430F5438-CC256x/example/spp_flowcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSP-EXP430F5438-CC256x/example/spp_flowcontrol.c b/MSP-EXP430F5438-CC256x/example/spp_flowcontrol.c index 9fe130517..99e7a4699 100644 --- a/MSP-EXP430F5438-CC256x/example/spp_flowcontrol.c +++ b/MSP-EXP430F5438-CC256x/example/spp_flowcontrol.c @@ -37,7 +37,7 @@ static uint8_t rfcomm_channel_nr = 1; static uint16_t rfcomm_channel_id; static uint8_t rfcomm_send_credit = 0; -static uint8_t spp_service_buffer[100]; +static uint8_t spp_service_buffer[150]; static timer_source_t heartbeat; enum STATE {INIT, W4_CONNECTION, W4_CHANNEL_COMPLETE, ACTIVE} ;