I have a few questions regarding connection oriented channels (CoC) in the new BLE STACK V2.1
1) My application implements something of a serial port wirelessly from a central node to multiple peripherals. Currently I achieve this by having the central write data to characteristics on the peripherals and the peripheral is able to send data back via notifications. Would CoC be more beneficial for this purpose since I could directly send payloads in either direction? Can paylods be queued up like gatt WriteNoRsp allows for example?
2) Does the sending application get confirmation of successful transmission/ack?
3) Could GATT be removed from the peripheral or at least minimized and save significant stack space if CoC was used? Any idea how much?
4) Any example code for CoC's on the CC2650 (or other devices)?
Thanks