aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/bluetooth_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Split the bluetooth code out from the net crates.Ms2ger2016-11-031-809/+0
* Remove extra spaces in function calls and declarationsDaan Sprenkels2016-10-311-1/+1
* Annotations for requestDevice, request_bluetooth_devices and matches_filter f...zakorgyula2016-09-141-0/+27
* requestDevice updatezakorgyula2016-09-141-5/+10
* WebBluetooth Android supportAttila Dusnoki2016-09-061-16/+15
* Refactor Bluetooth error handlingzakorgy2016-07-271-40/+32
* Timeout for GATTServer's connect, disconnect methods.zakorgy2016-07-051-15/+28
* Allowed services supportzakorgy2016-06-041-3/+20
* Auto merge of #11523 - szeged:random_id, r=jdmbors-servo2016-06-021-3/+26
|\
| * Add random Device ID generationfokinv2016-06-021-3/+26
* | Add macro to match the adapterfokinv2016-05-301-44/+20
|/
* Auto merge of #11367 - szeged:included_services, r=jdmbors-servo2016-05-261-0/+67
|\
| * Add included servicesAttila Dusnoki2016-05-241-0/+67
* | Add list dialogAttila Dusnoki2016-05-261-2/+41
* | Add discovery sessionAttila Dusnoki2016-05-261-4/+11
|/
* Remove BluetoothDevice memberszakorgy2016-05-051-5/+0
* Refactor IPC-message sendingfokinv2016-05-031-138/+124
* BluetoothThread refactorAttila Dusnoki2016-05-031-161/+143
* Refactor scan filterzakorgy2016-05-031-1/+42
* Style fixfokinv2016-05-031-84/+98
* Fix incorrect behavioursAttila Dusnoki2016-05-031-106/+62
* requestDevice options (filters and optionalServices)zakorgy2016-05-031-25/+30
* Implementation of the getPrimaryService(s), the getCharacteristic(s) and the ...fokinv2016-05-031-34/+177
* Add Bluetooth IPC supportfokinv2016-05-031-0/+522