requestDevice options (filters and optionalServices)

This commit is contained in:
zakorgy 2016-04-06 16:26:52 +02:00 committed by Attila Dusnoki
parent b01c52c18f
commit 66fbc4ac46
8 changed files with 361 additions and 81 deletions

View file

@ -13,6 +13,7 @@
#![deny(unsafe_code)]
extern crate device;
extern crate heapsize;
extern crate hyper;
extern crate image as piston_image;
@ -40,6 +41,7 @@ use std::thread;
use url::Url;
use websocket::header;
pub mod bluetooth_scanfilter;
pub mod bluetooth_thread;
pub mod hosts;
pub mod image_cache_thread;