aboutsummaryrefslogtreecommitdiffstats
path: root/components/bluetooth_traits/scanfilter.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-143/+0
| | | | | | | | | | | | This is the start of the organization of types that are in their own crates in order to break dependency cycles between other crates. The idea here is that putting these packages into their own directory is the first step toward cleaning them up. They have grown organically and it is difficult to explain to new folks where to put new shared types. Many of these crates contain more than traits or don't contain traits at all. Notably, `script_traits` isn't touched because it is vendored from Gecko. Eventually this will move to `third_party`.
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
| | | | | | | | | | | * remove extern crate * Update components/script_plugins/lib.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* Fix some Clippy lints.Teymour Aldridge2022-08-041-4/+4
|
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-4/+4
|
* Format component bluetooth_traitskingdido9992018-08-171-16/+20
|
* serviceData and manufacturerData supportzakorgyula2016-11-231-13/+16
|
* Accepting empty deviceName, when requesting a BluetoothDevice.zakorgyula2016-11-041-6/+6
|
* Split the bluetooth code out from the net crates.Ms2ger2016-11-031-0/+134