zephyr/subsys/bluetooth/shell
Luiz Augusto von Dentz a864436559 Bluetooth: Shell: Add second vendor service
This adds a second vendor service testing if service changed indications
works with more than one change in a row and as a bonus it implements
echo attribute which notifies any data that is written to it:

> ACL Data TX: Handle 3585 flags 0x00 dlen 9
      ATT: Write Command (0x52) len 4
        Handle: 0x0013
          Data: 0000
< ACL Data RX: Handle 3585 flags 0x02 dlen 9
      ATT: Handle Value Notification (0x1b) len 4
        Handle: 0x0013
          Data: 0000

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2017-07-11 08:22:22 +03:00
..
Kconfig Shell: Add initial code for bt shell module 2017-05-29 10:42:21 +03:00
Makefile bluetooth: shell: add module for testing NRF5x flash driver 2017-06-28 12:29:50 +02:00
bt.c Bluetooth: Shell: Add gatt-show-db command 2017-06-15 21:53:00 +03:00
bt.h Bluetooth: shell: Fix incorrect #define 2017-06-28 09:52:26 -04:00
flash.c bluetooth: shell: add module for testing NRF5x flash driver 2017-06-28 12:29:50 +02:00
gatt.c Bluetooth: Shell: Add second vendor service 2017-07-11 08:22:22 +03:00
gatt.h Bluetooth: Shell: Add gatt-show-db command 2017-06-15 21:53:00 +03:00
ll.c Bluetooth: shell: Fix compile warnings when CONFIG_DEBUG=y 2017-06-29 07:43:54 +03:00
ll.h Bluetooth: shell: Add Extended Scan command 2017-06-14 18:40:40 +03:00
ticker.c Bluetooth: shell: Add controller's ticker shell module 2017-06-01 12:32:47 +03:00