jurij

Results 1 comments of jurij

This works for me: ``` this.ble.startAdvertising( (success) => { console.log(success); }, (error) => { console.log(error); }, { services: ['FE65'], //iOS service: 'FE65', //Android name: 'advertisingname', timeout: 0, }, ); ```