aboutsummaryrefslogtreecommitdiffstats
path: root/components/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Use tinyfiledialogs from crates.ioJosh Holmer2017-01-051-1/+1
* An in-memory RNG that shares its file descriptor.Alan Jeffrey2017-01-052-4/+4
* refactor Connect/Disconnect callsZakor Gyula2016-12-222-7/+34
* 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-142-5/+2
|\
| * Removed util.Alan Jeffrey2016-12-142-5/+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
|/
* Auto merge of #14468 - szeged:blocklist-allowed-services, r=jdmbors-servo2016-12-061-9/+10
|\
| * Move allowedService and blocklist checks into caching functionsZakor Gyula2016-12-051-9/+10
* | Auto merge of #14429 - szeged:syntax-to-type-error, r=jdmbors-servo2016-12-061-1/+1
|\ \ | |/ |/|
| * Fix invalid descriptor uuidAttila Dusnoki2016-12-071-1/+1
* | 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-232-2/+29
|\
| * Add Start/Stop notificationsAttila Dusnoki2016-11-232-2/+29
* | serviceData and manufacturerData supportzakorgyula2016-11-232-24/+77
|/
* Rename blacklist to blocklistZakor Gyula2016-11-172-26/+26
* 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-043-13/+581
* Apply the new device crate changeszakorgyula2016-11-041-2/+21
* Split the bluetooth code out from the net crates.Ms2ger2016-11-032-0/+838