Lines Matching refs:BluetoothDevice

7 …n (extends = EventTarget , extends = :: js_sys :: Object , js_name = BluetoothDevice , typescript_…
17 pub type BluetoothDevice; typedef
28 pub fn id(this: &BluetoothDevice) -> String; in id()
39 pub fn name(this: &BluetoothDevice) -> Option<String>; in name()
51 pub fn gatt(this: &BluetoothDevice) -> Option<BluetoothRemoteGattServer>; in gatt()
62 pub fn watching_advertisements(this: &BluetoothDevice) -> bool; in watching_advertisements()
73 pub fn onadvertisementreceived(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onadvertisementreceived()
84 pub fn set_onadvertisementreceived(this: &BluetoothDevice, value: Option<&::js_sys::Function>); in set_onadvertisementreceived() argument
95 pub fn ongattserverdisconnected(this: &BluetoothDevice) -> Option<::js_sys::Function>; in ongattserverdisconnected()
106 pub fn set_ongattserverdisconnected(this: &BluetoothDevice, value: Option<&::js_sys::Function>); in set_ongattserverdisconnected() argument
117 pub fn oncharacteristicvaluechanged(this: &BluetoothDevice) -> Option<::js_sys::Function>; in oncharacteristicvaluechanged()
129 this: &BluetoothDevice, in set_oncharacteristicvaluechanged() argument
142 pub fn onserviceadded(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceadded()
153 pub fn set_onserviceadded(this: &BluetoothDevice, value: Option<&::js_sys::Function>); in set_onserviceadded() argument
164 pub fn onservicechanged(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onservicechanged()
175 pub fn set_onservicechanged(this: &BluetoothDevice, value: Option<&::js_sys::Function>); in set_onservicechanged() argument
186 pub fn onserviceremoved(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceremoved()
197 pub fn set_onserviceremoved(this: &BluetoothDevice, value: Option<&::js_sys::Function>); in set_onserviceremoved() argument
208 pub fn watch_advertisements(this: &BluetoothDevice) -> ::js_sys::Promise; in watch_advertisements()
221 this: &BluetoothDevice, in watch_advertisements_with_options() argument