Skip to content

Test the implementation of BLE CoC(Connection Oriented Channel) in Android 7.0.

License

Notifications You must be signed in to change notification settings

wjgong/ble-coc-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ble-coc-tester

Test the implementation of BLE CoC(Connection Oriented Channel) in Android 7.0.

LE L2CAP connection oriented channel is implemented in Fluoride Bluetooth stack(https://android-review.googlesource.com/#/c/188152), but there is no exposed Android API in Framework. There is API public BluetoothServerSocket listenUsingL2capOn(int port, boolean mitm, boolean min16DigitPin) in BluetoothAdapter.java, but the API is marked with "@hide". So App can not call the API to create a sorket server on BLE CoC.

ble-coc-tester app calls listenUsingL2capOn() to test the implementation in Fluoride Bluetooth stack.

About

Test the implementation of BLE CoC(Connection Oriented Channel) in Android 7.0.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages