aboutsummaryrefslogtreecommitdiffstats
path: root/components/bluetooth/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Use servo_config::opts only on linux target.Lucjan Suski2017-03-211-0/+2
* Disabled tinyfiledialogs when running headless.Alan Jeffrey2017-03-161-1/+3
* Bluetooth Permission API integrationZakor Gyula2017-02-131-5/+18
* Auto merge of #15368 - szeged:get_availability, r=noxbors-servo2017-02-131-3/+11
|\
| * Implement GetAvailability for BluetoothAttila Dusnoki2017-02-081-3/+11
* | Reorder startNotifications stepsZakor Gyula2017-02-101-3/+3
|/
* An in-memory RNG that shares its file descriptor.Alan Jeffrey2017-01-051-3/+3
* refactor Connect/Disconnect callsZakor Gyula2016-12-221-4/+29
* Implement GetGATTChildrenAttila Dusnoki2016-12-161-356/+137
* Bluetooth manager cleanupArtem Biryukov2016-12-151-147/+144
* Auto merge of #14592 - asajeffrey:util-goodbye, r=mbrubeckbors-servo2016-12-141-4/+2
|\
| * Removed util.Alan Jeffrey2016-12-141-4/+2
* | Auto merge of #14567 - szeged:represented-attributes, r=jdmbors-servo2016-12-141-8/+30
|\ \
| * | Check if represented attributes are cachedZakor Gyula2016-12-141-8/+30
| |/
* / Replace AdvertisingData with AdvertisingEventAttila Dusnoki2016-12-141-3/+10
|/
* Move allowedService and blocklist checks into caching functionsZakor Gyula2016-12-051-9/+10
* Step annotations for WebBluetooth functionsZakor Gyula2016-11-291-22/+109
* Update requestDevice step annotations.Zakor Gyula2016-11-291-4/+9
* Auto merge of #14276 - szeged:notify, r=jdmbors-servo2016-11-231-0/+24
|\
| * Add Start/Stop notificationsAttila Dusnoki2016-11-231-0/+24
* | serviceData and manufacturerData supportzakorgyula2016-11-231-15/+52
|/
* Rename blacklist to blocklistZakor Gyula2016-11-171-5/+5
* Correcting bluetooth flag stringsZakor Gyula2016-11-141-4/+4
* Webbluetooth Async behaviourAttila Dusnoki2016-11-081-118/+131
* Blacklisted items are removed when calling getServices/Characteristics/Descri...fokinv2016-11-041-1/+6
* Remove not allowed services when calling getPrimaryServices.zakorgyula2016-11-041-0/+3
* Return with NotFoundError insted of TypeError, when adapter is not found.fokinv2016-11-041-8/+4
* Accepting empty deviceName, when requesting a BluetoothDevice.zakorgyula2016-11-041-2/+2
* Return with InvalidStateError if a Bluetooth id is not cached.zakorgyula2016-11-041-2/+26
* WebBluetooth Test APIzakorgyula2016-11-041-12/+78
* Apply the new device crate changeszakorgyula2016-11-041-2/+21
* Split the bluetooth code out from the net crates.Ms2ger2016-11-031-0/+817