summaryrefslogtreecommitdiff
path: root/system/rust/src/gatt/server
AgeCommit message (Expand)Author
2025-02-12system/rust: Set imports_granularity rustfmt option to Module Chris Suter
2025-02-10system/rust: Wait forever for Rust module to initialize Chris Suter
2024-07-16system/rust/gatt: Switch to the default PDL rust generator Henri Chataing
2024-06-14system/rust: Update GATT packet definition to use 8[] for ATT values Henri Chataing
2024-06-12system/rust: Update GATT datastore interfaces to use raw values Henri Chataing
2024-06-11system/rust: Apply cargo fmt Henri Chataing
2024-04-04Gatt Rust: Convince rustc that OwnedHandle is used Myles Watson
2023-08-16Changes for Rust 1.72 James Farrell
2023-07-12Fix errors from rustc 1.71.0 Chris Wailes
2023-05-31Merge changes I956e035b,Idc3cdd78,I1e5591b0,I470d40e7 Rahul Arya
2023-05-18rust: Make AttPermissions compatible with libbitflags 2.2.1 Jakob Vukalovic
2023-05-10[GATT Server] Simplify API of IsolationManager Rahul Arya
2023-05-10[GATT Server] Expose IsolationManager from GATT server module Rahul Arya
2023-05-08[GATT Server] Simplify IsolationManager interface Rahul Arya
2023-05-08[GATT Server] Split up Arbiter logic and FFI Rahul Arya
2023-05-08[GATT Server] Use TransportIndex instead of conn_id in API Rahul Arya
2023-04-17[Private GATT] Rename writable -> writable_with_response Rahul Arya
2023-04-17[Private GATT] Add support for write commands Rahul Arya
2023-03-23[Private GATT] Refactor GattDatastore Rahul Arya
2023-03-22[Private GATT] Add service change indication Rahul Arya
2023-03-22[Private GATT] Built-in services Rahul Arya
2023-03-20[Private GATT] Minor cleanup Rahul Arya
2023-03-18[Private GATT] Make datastores per-service Rahul Arya
2023-03-09[Private GATT] Simplify datastore interface Rahul Arya
2023-03-09[Private GATT] Add support for MTU Exchange Rahul Arya
2023-03-09[Private GATT] Add support for descriptors Rahul Arya
2023-03-09[Private GATT] Add support for handle value indications Rahul Arya
2023-03-09[Private GATT] Make ATT permissions a bitmask Rahul Arya
2023-03-08[Private GATT] Refactor AttOpcode handling Rahul Arya
2023-03-08[Private GATT] Rename AttTransactionHandler Rahul Arya
2023-03-08[Private GATT] Refactor to remove Rc<> Rahul Arya
2023-02-24[Private GATT] Add support for GATT write requests Rahul Arya
2023-02-24[Private GATT] Add support for reading attributes over JNI Rahul Arya
2023-02-24[Private GATT] Add GATT transactions needed for service discovery Rahul Arya
2023-02-09[Private GATT] Clear services when server closed Rahul Arya
2023-02-06[Private GATT] Add GATT server + module Rahul Arya
2023-02-06[Private GATT] Add basic ATT transaction implementation Rahul Arya
2023-02-06[Private GATT] Basic GATT skeleton Rahul Arya