mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-26 02:37:41 +00:00
example/le_streamer: fix accidental commit
This commit is contained in:
parent
7e289bee01
commit
e67b545f69
@ -185,7 +185,6 @@ static void packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *pack
|
|||||||
break;
|
break;
|
||||||
case ATT_EVENT_MTU_EXCHANGE_COMPLETE:
|
case ATT_EVENT_MTU_EXCHANGE_COMPLETE:
|
||||||
mtu = att_event_mtu_exchange_complete_get_MTU(packet) - 3;
|
mtu = att_event_mtu_exchange_complete_get_MTU(packet) - 3;
|
||||||
mtu = 27;
|
|
||||||
printf("ATT MTU = %u\n", mtu);
|
printf("ATT MTU = %u\n", mtu);
|
||||||
test_data_len = mtu - 3;
|
test_data_len = mtu - 3;
|
||||||
if (test_data_len > sizeof(test_data)){
|
if (test_data_len > sizeof(test_data)){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user