aboutsummaryrefslogtreecommitdiffstats
path: root/components/bluetooth_traits/lib.rs
diff options
context:
space:
mode:
authorzakorgyula <gyula.zakor@gmail.com>2016-10-03 22:09:52 +0200
committerzakorgyula <gyula.zakor@gmail.com>2016-11-04 12:36:23 +0100
commite15d54edfd0bb63132137b7b2905a3da253bf2cf (patch)
tree1923a16e4504d0a678f36d7eaad6d30410c7c95b /components/bluetooth_traits/lib.rs
parent4eec2c6ddcf8928546eb551f19dc975b08a7573f (diff)
downloadservo-e15d54edfd0bb63132137b7b2905a3da253bf2cf.tar.gz
servo-e15d54edfd0bb63132137b7b2905a3da253bf2cf.zip
WebBluetooth Test API
Diffstat (limited to 'components/bluetooth_traits/lib.rs')
-rw-r--r--components/bluetooth_traits/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/bluetooth_traits/lib.rs b/components/bluetooth_traits/lib.rs
index dcff8cead91..a1b1b41be6e 100644
--- a/components/bluetooth_traits/lib.rs
+++ b/components/bluetooth_traits/lib.rs
@@ -86,5 +86,6 @@ pub enum BluetoothMethodMsg {
GetDescriptors(String, Option<String>, IpcSender<BluetoothResult<BluetoothDescriptorsMsg>>),
ReadValue(String, IpcSender<BluetoothResult<Vec<u8>>>),
WriteValue(String, Vec<u8>, IpcSender<BluetoothResult<bool>>),
+ Test(String, IpcSender<BluetoothResult<()>>),
Exit,
}