aboutsummaryrefslogtreecommitdiffstats
path: root/components/bluetooth_traits/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-119/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* remove `extern crate` (#30311)Samson2023-09-081-3/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-3/+0
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-8/+8
* Format component bluetooth_traitskingdido9992018-08-171-3/+14
* delegate resource reading to embedderPaul Rouget2018-04-271-1/+1
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-2/+1
* Bluetooth Permission API integrationZakor Gyula2017-02-131-1/+2
* Implement GetAvailability for BluetoothAttila Dusnoki2017-02-081-0/+2
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-2/+0
* Auto merge of #14612 - szeged:connect-disconnect-update, r=jdmbors-servo2016-12-221-1/+3
|\
| * refactor Connect/Disconnect callsZakor Gyula2016-12-221-1/+3
* | Separate the async bluetooth handling from networking code.Ms2ger2016-12-211-4/+0
|/
* Implement GetGATTChildrenAttila Dusnoki2016-12-161-16/+13
* Auto merge of #14592 - asajeffrey:util-goodbye, r=mbrubeckbors-servo2016-12-141-1/+1
|\
| * Removed util.Alan Jeffrey2016-12-141-1/+1
* | Replace AdvertisingData with AdvertisingEventAttila Dusnoki2016-12-141-4/+2
|/
* Fix a typo in bluetooth_traits/lib.rsZakor Gyula2016-11-281-1/+1
* Add Start/Stop notificationsAttila Dusnoki2016-11-231-0/+2
* Rename blacklist to blocklistZakor Gyula2016-11-171-1/+1
* Webbluetooth Async behaviourAttila Dusnoki2016-11-081-13/+35
* Blacklisted items are removed when calling getServices/Characteristics/Descri...fokinv2016-11-041-0/+3
* Return with InvalidStateError if a Bluetooth id is not cached.zakorgyula2016-11-041-0/+1
* WebBluetooth Test APIzakorgyula2016-11-041-0/+1
* Split the bluetooth code out from the net crates.Ms2ger2016-11-031-0/+90