Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Apr 17, 2024
1 parent 02f0aee commit 9b812c9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,13 @@ The BLE specification defines the software of a BLE implementation in terms of a

## Current status

The implementation has some basic functionality working.
The implementation has some basic functionality working:

Done:
* Peripheral role - advertise as a peripheral and accept connections.
* Central role - scan for devices and establish connections.
* Basic GATT server supporting write, read, notifications
* L2CAP CoC (Connection oriented Channels) with credit management (for both central and peripheral)

Missing:
* Security manager (i.e. secure pairing)
* Gatt client
* Expose more configuration options
* Legacy Bluetooth (probably won't happen unless it's needed for qualification).*
* Testing preparing for qualification (see https://github.com/auto-pts/auto-pts which is an automated framework we might be able to use)
* Check serialization/deserialization code size and improve
* Runs on any transport supporting the `bt-hci` traits.

## Example

Expand Down

0 comments on commit 9b812c9

Please sign in to comment.