У меня есть этот сервис, и я смог начать рекламировать сейчас, моя проблема в том, где бы я оценил свою характеристику. Поэтому, когда я читаю эту конкретную службу, я возвращаю значение. :)
paramsService = {
service: '1234',
characteristics: [
{
uuid: 'ABCD',
permissions: {
read: true,
write: true,
readEncryptionRequired: true,
writeEncryptionRequired: true,
},
properties: {
read: true,
writeWithoutResponse: true,
write: true,
notify: true,
indicate: true,
authenticatedSignedWrites: true,
notifyEncryptionRequired: true,
indicateEncryptionRequired: true,
}
}
]
};