Revert "test/hfp: use small outgoing rfcomm mtu"

This reverts commit 497fcc1c7f401dac2b16c3603bf8f3812d846290.
This commit is contained in:
Matthias Ringwald 2016-03-30 10:23:45 +02:00
parent aba39421e9
commit 55bdd63de7

View File

@ -54,8 +54,6 @@
#include "mock.h" #include "mock.h"
#define RFCOMM_MTU (52-4-5)
static uint8_t sdp_rfcomm_channel_nr = 1; static uint8_t sdp_rfcomm_channel_nr = 1;
const char sdp_rfcomm_service_name[] = "BTstackMock"; const char sdp_rfcomm_service_name[] = "BTstackMock";
static uint16_t rfcomm_cid = 1; static uint16_t rfcomm_cid = 1;
@ -64,10 +62,10 @@ static uint16_t sco_handle = 10;
static uint8_t rfcomm_payload[200]; static uint8_t rfcomm_payload[200];
static uint16_t rfcomm_payload_len = 0; static uint16_t rfcomm_payload_len = 0;
static uint8_t outgoing_rfcomm_payload[RFCOMM_MTU]; static uint8_t outgoing_rfcomm_payload[200];
static uint16_t outgoing_rfcomm_payload_len = 0; static uint16_t outgoing_rfcomm_payload_len = 0;
static uint8_t rfcomm_reserved_buffer[48]; static uint8_t rfcomm_reserved_buffer[1000];
hfp_connection_t * hfp_context; hfp_connection_t * hfp_context;