Changing BLE packet size

Project: Variation of Nordic ble_peripheral project

SDK: 15.1,  Softdevice : 132 rev 6.1

How do you change the BLE packet length?  I have a project where I defined a characteristic to be 132 bytes.  It is set to notify (notification).  Another developer has created the ble APP, when the App connects to my code and then goes to 'stream' the characteristic.  The first time it gets data from my firmware it gets a full 132 byte packet.  Then somehow the packet length changes to 20.  I ALWAYS write 132 bytes to be transmitter (using sd_ble_gatts_hvx).    Any clues on why this is happening?   Who might be changing the packet size?  The softdevice or the app?

Parents Reply Children
No Data
Related