Bluetooth LE - L2CAP CO Channel on android
Asked Answered
B

1

6

I'm trying to connect an android device to an embedded control unit via L2CAP CO (Connection Oriented) with Bluetooth LE. Apple created in iOS a new function to create a custom L2CAP Channel https://developer.apple.com/documentation/corebluetooth/cbl2capchannel to a peripheral and avoid the usage of a GATT Server communication.

My question is: Is there any future or currently implementation in android to have the same functionality as iOS?

Bettinabettine answered 24/7, 2017 at 13:48 Comment(0)
B
0

Yes, Android Q will provide official support:

Bluetooth LE Connection Oriented Channels (CoC)

Android Q enables your app to use BLE CoC connections to transfer larger data streams between two BLE devices. This interface abstracts Bluetooth and connectivity mechanics to simplify implementation.

Brakpan answered 2/7, 2019 at 7:41 Comment(1)
Think the link is update to current version so no use, I think here is the exact link of what @Brakpan trying to add in his answer ( developer.android.com/about/versions/10/… )Acedia

© 2022 - 2024 — McMap. All rights reserved.