notificações BlueZ gatttool

1

Estou trabalhando no gatttool da Biblioteca BlueZ, mas quando executo o comando gatttool como mencionado abaixo, ele começa a me avisar incessantemente. Existe alguma maneira, que dá a notificação uma vez e depois sair do comando?

Comando:

gatttool -b BC:6A:29:AC:02:57 –char-write-req -a 0x2E -n 0100 –listen;

A saída é:

Characteristic value/descriptor: 00
Characteristic value/descriptor: 01
Characteristic value was written successfully
Notification handle = 0x002d value: 01 06 40
Notification handle = 0x002d value: 01 05 40
Notification handle = 0x002d value: 01 06 40
Notification handle = 0x002d value: 01 06 44
Notification handle = 0x002d value: 01 05 41
Notification handle = 0x002d value: 01 06 41
....endless notifications..... I just need once 
    
por Aditya Nagal 01.05.2015 / 10:08

1 resposta

0

apenas execute-o sem a opção --listen .

gatttool -b BC:6A:29:AC:02:57 –char-write-req -a 0x2E -n 0100
    
por Zskdan 23.11.2015 / 02:07