Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the service list of a connected BLE device.
my.getBLEDeviceServices({ deviceId: 'XX:XX:XX:XX:XX:XX', success: (res) => { console.log('Services:', res.services); res.services.forEach((service) => { console.log('Service UUID:', service.serviceId); }); }, fail: (err) => { console.error('Failed to get services:', err); } });