This (in SDK v17.0.2):
Experimental: BLE Interactive Command Line Interface Example
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_interactive.html
The documentation says:
:
:
│
├── gatt
│ ├── characteristics <address> <service uuid> Discover service characteristics.
│ │
│ :
│ :
│ │
│ └── write <sub_cmd> Write a characteristic value.
│ ├── command <address> <char uuid> <value> Use a Write Command.
│ └── request <address> <char uuid> <value> Use a Write Request.
:
:
But this seems to be missing anywhere to specify the Service UUID.
If I just enter the Characteristic UUID, as suggested, it says, "The selected service does not contain the characteristic"
So how does one "select" a Service ?
