PSoc 4 BLE Android example

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi all,

   

I have CY8CKIT-042-BLE and so far I successfully tested BLE l2cap example (Node-Router). Transfer speed is around 250kb/s between PSoC4 BLE module and CySmart USB dongle. Is someone can point me to Android l2cap example as central device to replace USB dongle? Android target is 4.4 and newer.

0 Likes
2 Replies
Anonymous
Not applicable

Hi,

   

I am not an Android expert, but it seems Android does not give access to L2CAP through API, right? 

0 Likes
Anonymous
Not applicable

According to http://developer.android.com/reference/android/bluetooth/BluetoothSocket.html

   

it is possible to create l2cap socket for data streaming but few examples I found on the net do not works (exception during socket creation).

0 Likes