Home
last modified time | relevance | path

Searched refs:BluetoothDevice (Results 1 – 25 of 881) sorted by relevance

12345678910>>...36

/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_device.cc40 BluetoothDevice::DeviceUUIDs& BluetoothDevice::DeviceUUIDs::operator=(
70 const BluetoothDevice::UUIDSet& BluetoothDevice::DeviceUUIDs::GetUUIDs() const { in GetUUIDs()
79 BluetoothDevice::BluetoothDevice(BluetoothAdapter* adapter) in BluetoothDevice() function in device::BluetoothDevice
84 BluetoothDevice::~BluetoothDevice() { in ~BluetoothDevice()
271 bool BluetoothDevice::IsPairable() const { in IsPairable()
289 BluetoothDevice::UUIDSet BluetoothDevice::GetUUIDs() const { in GetUUIDs()
293 const BluetoothDevice::ServiceDataMap& BluetoothDevice::GetServiceData() const { in GetServiceData()
297 BluetoothDevice::UUIDSet BluetoothDevice::GetServiceDataUUIDs() const { in GetServiceDataUUIDs()
319 BluetoothDevice::ManufacturerIDSet BluetoothDevice::GetManufacturerDataIDs() in GetManufacturerDataIDs()
495 void BluetoothDevice::DidConnectGatt() { in DidConnectGatt()
[all …]
H A Dbluetooth_adapter.h89 BluetoothDevice* device) {} in DeviceAdded()
123 BluetoothDevice* device) {} in DeviceChanged()
142 const BluetoothDevice::UUIDList& advertised_uuids, in DeviceAdvertisementReceived()
157 BluetoothDevice* device, in DeviceMTUChanged()
183 BluetoothDevice* device, in DeviceBatteryChanged()
192 BluetoothDevice* device) {} in DeviceRemoved()
215 BluetoothDevice* device, in GattServiceAdded()
336 using DeviceList = std::vector<BluetoothDevice*>;
465 virtual std::unordered_map<BluetoothDevice*, BluetoothDevice::UUIDSet>
528 BluetoothDevice::PairingDelegate* pairing_delegate,
[all …]
H A Dbluetooth_pairing_winrt.cc48 BluetoothDevice::ConnectErrorCode error_code) { in PostTask()
57 BluetoothDevice::PairingDelegate* pairing_delegate, in BluetoothPairingWinrt()
92 BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in StartPairing()
103 BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in StartPairing()
115 BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in StartPairing()
135 .Run(BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in SetPinCode()
145 .Run(BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in SetPinCode()
157 .Run(BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in RejectPairing()
173 .Run(BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in CancelPairing()
192 .Run(BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in OnPairingRequested()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_device.cc39 BluetoothDevice::DeviceUUIDs& BluetoothDevice::DeviceUUIDs::operator=(
69 const BluetoothDevice::UUIDSet& BluetoothDevice::DeviceUUIDs::GetUUIDs() const { in GetUUIDs()
78 BluetoothDevice::BluetoothDevice(BluetoothAdapter* adapter) in BluetoothDevice() function in device::BluetoothDevice
83 BluetoothDevice::~BluetoothDevice() { in ~BluetoothDevice()
270 bool BluetoothDevice::IsPairable() const { in IsPairable()
288 BluetoothDevice::UUIDSet BluetoothDevice::GetUUIDs() const { in GetUUIDs()
292 const BluetoothDevice::ServiceDataMap& BluetoothDevice::GetServiceData() const { in GetServiceData()
296 BluetoothDevice::UUIDSet BluetoothDevice::GetServiceDataUUIDs() const { in GetServiceDataUUIDs()
318 BluetoothDevice::ManufacturerIDSet BluetoothDevice::GetManufacturerDataIDs() in GetManufacturerDataIDs()
543 void BluetoothDevice::DidConnectGatt() { in DidConnectGatt()
[all …]
H A Dbluetooth_pairing_winrt.cc48 BluetoothDevice::ConnectErrorCode error_code) { in PostTask()
57 BluetoothDevice::PairingDelegate* pairing_delegate, in BluetoothPairingWinrt()
92 BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in StartPairing()
103 BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in StartPairing()
115 BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in StartPairing()
135 .Run(BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in SetPinCode()
145 .Run(BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in SetPinCode()
157 .Run(BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in RejectPairing()
173 .Run(BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in CancelPairing()
192 .Run(BluetoothDevice::ConnectErrorCode::ERROR_FAILED); in OnPairingRequested()
[all …]
H A Dbluetooth_adapter.h88 BluetoothDevice* device) {} in DeviceAdded()
122 BluetoothDevice* device) {} in DeviceChanged()
141 const BluetoothDevice::UUIDList& advertised_uuids, in DeviceAdvertisementReceived()
156 BluetoothDevice* device, in DeviceMTUChanged()
182 BluetoothDevice* device, in DeviceBatteryChanged()
191 BluetoothDevice* device) {} in DeviceRemoved()
214 BluetoothDevice* device, in GattServiceAdded()
332 using DeviceList = std::vector<BluetoothDevice*>;
455 virtual std::unordered_map<BluetoothDevice*, BluetoothDevice::UUIDSet>
518 BluetoothDevice::PairingDelegate* pairing_delegate,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/bluetooth/
H A Dbluetooth_device.cc32 BluetoothDevice::BluetoothDevice(ExecutionContext* context, in BluetoothDevice() function in blink::BluetoothDevice
56 BluetoothDevice::GetOrCreateRemoteGATTCharacteristic( in GetOrCreateRemoteGATTCharacteristic()
64 bool BluetoothDevice::IsValidCharacteristic( in IsValidCharacteristic()
71 BluetoothDevice::GetOrCreateBluetoothRemoteGATTDescriptor( in GetOrCreateBluetoothRemoteGATTDescriptor()
96 void BluetoothDevice::Trace(Visitor* visitor) const { in Trace()
107 ScriptPromise BluetoothDevice::watchAdvertisements( in watchAdvertisements()
173 void BluetoothDevice::AbortWatchAdvertisements() { in AbortWatchAdvertisements()
194 void BluetoothDevice::AdvertisingEvent( in AdvertisingEvent()
202 bool BluetoothDevice::HasPendingActivity() const { in HasPendingActivity()
206 void BluetoothDevice::AddedEventListener( in AddedEventListener()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/bluetooth/
H A Dbluetooth_notification_controller.h33 public device::BluetoothDevice::PairingDelegate {
43 device::BluetoothDevice* device) override;
45 device::BluetoothDevice* device) override;
47 device::BluetoothDevice* device) override;
50 void RequestPinCode(device::BluetoothDevice* device) override;
52 void DisplayPinCode(device::BluetoothDevice* device,
54 void DisplayPasskey(device::BluetoothDevice* device,
57 void ConfirmPasskey(device::BluetoothDevice* device,
74 const device::BluetoothDevice* device);
89 void NotifyPairing(device::BluetoothDevice* device,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/test/
H A Dbluetooth_test.h33 class BluetoothDevice; variable
77 BluetoothDevice::UUIDList advertised_uuids;
324 bool ConnectGatt(BluetoothDevice* device,
333 BluetoothDevice* device);
365 BluetoothDevice* device,
487 BluetoothDevice* from_device, in SimulateLocalGattCharacteristicValueReadRequest()
495 BluetoothDevice* from_device, in SimulateLocalGattCharacteristicValueWriteRequest()
504 BluetoothDevice* from_device, in SimulateLocalGattCharacteristicValuePrepareWriteRequest()
516 BluetoothDevice* from_device, in SimulateLocalGattDescriptorValueReadRequest()
524 BluetoothDevice* from_device, in SimulateLocalGattDescriptorValueWriteRequest()
[all …]
H A Dtest_bluetooth_adapter_observer.h40 BluetoothDevice* device) override;
42 device::BluetoothDevice* device,
51 const device::BluetoothDevice::UUIDList& advertised_uuids,
57 device::BluetoothDevice* device,
60 device::BluetoothDevice* device,
71 BluetoothDevice* device) override;
73 BluetoothDevice* device,
76 BluetoothDevice* device,
142 const device::BluetoothDevice::ManufacturerDataMap&
249 device::BluetoothDevice::UUIDList last_advertised_uuids_;
[all …]
H A Dbluetooth_test_win.h42 BluetoothDevice* device) override;
43 void SimulateGattConnection(BluetoothDevice* device) override;
46 BluetoothDevice* device,
70 void DeleteDevice(BluetoothDevice* device) override;
188 void SimulatePairingPinCode(BluetoothDevice* device,
197 void SimulateGattConnection(BluetoothDevice* device) override;
199 BluetoothDevice* device,
200 BluetoothDevice::ConnectErrorCode error_code) override;
203 void SimulateGattNameChange(BluetoothDevice* device,
207 BluetoothDevice* device,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/bluetooth/
H A Dbluetooth_device.cc24 BluetoothDevice::BluetoothDevice(ExecutionContext* context, in BluetoothDevice() function in blink::BluetoothDevice
34 BluetoothRemoteGATTService* BluetoothDevice::GetOrCreateRemoteGATTService( in GetOrCreateRemoteGATTService()
42 bool BluetoothDevice::IsValidService(const String& service_instance_id) { in IsValidService()
47 BluetoothDevice::GetOrCreateRemoteGATTCharacteristic( in GetOrCreateRemoteGATTCharacteristic()
55 bool BluetoothDevice::IsValidCharacteristic( in IsValidCharacteristic()
62 BluetoothDevice::GetOrCreateBluetoothRemoteGATTDescriptor( in GetOrCreateBluetoothRemoteGATTDescriptor()
73 void BluetoothDevice::ClearAttributeInstanceMapAndFireEvent() { in ClearAttributeInstanceMapAndFireEvent()
79 const WTF::AtomicString& BluetoothDevice::InterfaceName() const { in InterfaceName()
83 ExecutionContext* BluetoothDevice::GetExecutionContext() const { in GetExecutionContext()
87 void BluetoothDevice::Trace(Visitor* visitor) { in Trace()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/public/mojom/
H A Dconnect_result_type_converter.h19 device::BluetoothDevice::ConnectErrorCode> {
21 const device::BluetoothDevice::ConnectErrorCode& input) {
23 case device::BluetoothDevice::ConnectErrorCode::ERROR_AUTH_CANCELED:
25 case device::BluetoothDevice::ConnectErrorCode::ERROR_AUTH_FAILED:
27 case device::BluetoothDevice::ConnectErrorCode::ERROR_AUTH_REJECTED:
29 case device::BluetoothDevice::ConnectErrorCode::ERROR_AUTH_TIMEOUT:
31 case device::BluetoothDevice::ConnectErrorCode::ERROR_FAILED:
33 case device::BluetoothDevice::ConnectErrorCode::ERROR_INPROGRESS:
35 case device::BluetoothDevice::ConnectErrorCode::ERROR_UNKNOWN:
37 case device::BluetoothDevice::ConnectErrorCode::ERROR_UNSUPPORTED_DEVICE:
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/public/mojom/
H A Dconnect_result_type_converter.h19 device::BluetoothDevice::ConnectErrorCode> {
21 const device::BluetoothDevice::ConnectErrorCode& input) {
23 case device::BluetoothDevice::ConnectErrorCode::ERROR_AUTH_CANCELED:
25 case device::BluetoothDevice::ConnectErrorCode::ERROR_AUTH_FAILED:
27 case device::BluetoothDevice::ConnectErrorCode::ERROR_AUTH_REJECTED:
29 case device::BluetoothDevice::ConnectErrorCode::ERROR_AUTH_TIMEOUT:
31 case device::BluetoothDevice::ConnectErrorCode::ERROR_FAILED:
33 case device::BluetoothDevice::ConnectErrorCode::ERROR_INPROGRESS:
35 case device::BluetoothDevice::ConnectErrorCode::ERROR_UNKNOWN:
37 case device::BluetoothDevice::ConnectErrorCode::ERROR_UNSUPPORTED_DEVICE:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nearby/src/cpp/platform/api/
H A Dbluetooth_classic.h32 class BluetoothDevice {
34 virtual ~BluetoothDevice() = default;
68 virtual BluetoothDevice* GetRemoteDevice() = 0;
106 std::function<void(BluetoothDevice& device)> device_discovered_cb =
107 DefaultCallback<BluetoothDevice&>();
108 std::function<void(BluetoothDevice& device)> device_name_changed_cb =
109 DefaultCallback<BluetoothDevice&>();
110 std::function<void(BluetoothDevice& device)> device_lost_cb =
111 DefaultCallback<BluetoothDevice&>();
139 BluetoothDevice& remote_device, const std::string& service_uuid) = 0;
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_BluetoothDevice.rs17 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()
129 this: &BluetoothDevice, in set_oncharacteristicvaluechanged() argument
142 pub fn onserviceadded(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceadded()
164 pub fn onservicechanged(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onservicechanged()
186 pub fn onserviceremoved(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceremoved()
208 pub fn watch_advertisements(this: &BluetoothDevice) -> ::js_sys::Promise; in watch_advertisements()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_BluetoothDevice.rs17 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()
129 this: &BluetoothDevice, in set_oncharacteristicvaluechanged() argument
142 pub fn onserviceadded(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceadded()
164 pub fn onservicechanged(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onservicechanged()
186 pub fn onserviceremoved(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceremoved()
208 pub fn watch_advertisements(this: &BluetoothDevice) -> ::js_sys::Promise; in watch_advertisements()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_BluetoothDevice.rs17 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()
129 this: &BluetoothDevice, in set_oncharacteristicvaluechanged() argument
142 pub fn onserviceadded(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceadded()
164 pub fn onservicechanged(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onservicechanged()
186 pub fn onserviceremoved(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceremoved()
208 pub fn watch_advertisements(this: &BluetoothDevice) -> ::js_sys::Promise; in watch_advertisements()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_BluetoothDevice.rs17 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()
129 this: &BluetoothDevice, in set_oncharacteristicvaluechanged() argument
142 pub fn onserviceadded(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceadded()
164 pub fn onservicechanged(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onservicechanged()
186 pub fn onserviceremoved(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceremoved()
208 pub fn watch_advertisements(this: &BluetoothDevice) -> ::js_sys::Promise; in watch_advertisements()
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_BluetoothDevice.rs17 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()
129 this: &BluetoothDevice, in set_oncharacteristicvaluechanged() argument
142 pub fn onserviceadded(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceadded()
164 pub fn onservicechanged(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onservicechanged()
186 pub fn onserviceremoved(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceremoved()
208 pub fn watch_advertisements(this: &BluetoothDevice) -> ::js_sys::Promise; in watch_advertisements()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_BluetoothDevice.rs17 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()
129 this: &BluetoothDevice, in set_oncharacteristicvaluechanged() argument
142 pub fn onserviceadded(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceadded()
164 pub fn onservicechanged(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onservicechanged()
186 pub fn onserviceremoved(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceremoved()
208 pub fn watch_advertisements(this: &BluetoothDevice) -> ::js_sys::Promise; in watch_advertisements()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_BluetoothDevice.rs17 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()
129 this: &BluetoothDevice, in set_oncharacteristicvaluechanged() argument
142 pub fn onserviceadded(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceadded()
164 pub fn onservicechanged(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onservicechanged()
186 pub fn onserviceremoved(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceremoved()
208 pub fn watch_advertisements(this: &BluetoothDevice) -> ::js_sys::Promise; in watch_advertisements()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_BluetoothDevice.rs17 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()
129 this: &BluetoothDevice, in set_oncharacteristicvaluechanged() argument
142 pub fn onserviceadded(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceadded()
164 pub fn onservicechanged(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onservicechanged()
186 pub fn onserviceremoved(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceremoved()
208 pub fn watch_advertisements(this: &BluetoothDevice) -> ::js_sys::Promise; in watch_advertisements()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_BluetoothDevice.rs17 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()
129 this: &BluetoothDevice, in set_oncharacteristicvaluechanged() argument
142 pub fn onserviceadded(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceadded()
164 pub fn onservicechanged(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onservicechanged()
186 pub fn onserviceremoved(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceremoved()
208 pub fn watch_advertisements(this: &BluetoothDevice) -> ::js_sys::Promise; in watch_advertisements()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_BluetoothDevice.rs17 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()
129 this: &BluetoothDevice, in set_oncharacteristicvaluechanged() argument
142 pub fn onserviceadded(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceadded()
164 pub fn onservicechanged(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onservicechanged()
186 pub fn onserviceremoved(this: &BluetoothDevice) -> Option<::js_sys::Function>; in onserviceremoved()
208 pub fn watch_advertisements(this: &BluetoothDevice) -> ::js_sys::Promise; in watch_advertisements()
[all …]

12345678910>>...36