aboutsummaryrefslogtreecommitdiffstats
path: root/components/bluetooth_traits
Commit message (Expand)AuthorAgeFilesLines
* Format component bluetooth_traitskingdido9992018-08-173-37/+47
* Update regex to 1.0Bastien Orivel2018-07-071-1/+1
* Automatically provide a resource reader for testsPaul Rouget2018-04-301-0/+3
* delegate resource reading to embedderPaul Rouget2018-04-273-11/+4
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-1/+1
* Update WR (details below):Glenn Watson2017-10-161-1/+1
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-162-3/+1
* Bump serde to 1.0Bastien Orivel2017-06-161-3/+3
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-3/+3
* Update ipc-channel to 0.6.3Anthony Ramine2017-02-161-1/+1
* Bluetooth Permission API integrationZakor Gyula2017-02-131-1/+2
* Implement GetAvailability for BluetoothAttila Dusnoki2017-02-081-0/+2
* Update regex.Ms2ger2017-01-161-1/+1
* 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-143-3/+3
|\
| * Removed util.Alan Jeffrey2016-12-143-3/+3
* | Replace AdvertisingData with AdvertisingEventAttila Dusnoki2016-12-141-4/+2
|/
* Fix a typo in bluetooth_traits/lib.rsZakor Gyula2016-11-281-1/+1
* Auto merge of #14276 - szeged:notify, r=jdmbors-servo2016-11-231-0/+2
|\
| * Add Start/Stop notificationsAttila Dusnoki2016-11-231-0/+2
* | serviceData and manufacturerData supportzakorgyula2016-11-231-13/+16
|/
* Rename blacklist to blocklistZakor Gyula2016-11-172-35/+35
* Webbluetooth Async behaviourAttila Dusnoki2016-11-081-13/+35
* Blacklisted items are removed when calling getServices/Characteristics/Descri...fokinv2016-11-043-0/+129
* Accepting empty deviceName, when requesting a BluetoothDevice.zakorgyula2016-11-041-6/+6
* 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-033-0/+239