[MOD-2866] Implement L2CAP Peripheral & Documentation
| GitHub Issue | n/a |
|---|---|
| Type | Sub-task |
| Priority | None |
| Status | Closed |
| Resolution | Done |
| Resolution Date | 2021-03-05T05:54:47.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | BLE |
| Labels | n/a |
| Reporter | Aakash Jain |
| Assignee | Aakash Jain |
| Created | 2021-01-08T11:05:09.000+0000 |
| Updated | 2021-03-05T05:54:55.000+0000 |
Description
This covers peripheral handling for l2cap functionality:-
1. PeripheralManager publish/unpublish both secure/insecure handling - Methods, events, properties Impl of PeripheralManagerProxy class
2. API for write psm on characterstic.
3. Thread handling for listening incoming connection.
4. Documentation.
API details:-
https://wiki.appcelerator.org/display/~ssingh/Peripheral+Manager
https://github.com/appcelerator-modules/appcelerator.ble/pull/105