Home
last modified time | relevance | path

Searched refs:arg_handle (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Dgatt.c979 const char *arg_handle = argv[1]; in cmd_notify() local
984 handle = shell_strtoul(arg_handle, 16, &err); in cmd_notify()
986 shell_error(sh, "Handle '%s': Not a valid hex number.", arg_handle); in cmd_notify()