Other Parts Discussed in Thread: BLE-STACK,
I have an array which has 180 signed integers each under 1 byte. Every few minutes, the array gets new values but they are always under 1 byte. Therefore, every few minutes I need to send 180 bytes over BLE.
Would this be just as simple as changing the MAX_PDU_SIZE to atleast 180 bytes and then just calling MyService_SetParameter or would I have to have multiple Write ATT procedures?
I am running BLE stack (2_02_00_31) .