kevincar / bless

Cross-platform Bluetooth Low Energy Server Python Library
MIT License
78 stars 26 forks source link

support for l2cap channels #100

Open Fatflo opened 1 year ago

Fatflo commented 1 year ago

Describe the solution you'd like allow centrals to open l2cap channels on a bless peripheral, send/receive bytes on the channel via callbacks. Some backends like CoreBluetooth expose l2cap APIs.