ble-gatt-server-example: add support for notify multiple
See bluez commit b8b59af4e88069cb2f67b0168113aa489f6e1fe9. Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
parent
6e7e975754
commit
f0d0e84ef4
|
|
@ -351,7 +351,7 @@ static bool temperature_notify_cb(void *user_data)
|
|||
bt_gatt_server_send_notification(server->gatt,
|
||||
notify_data->handle,
|
||||
¬ify_value,
|
||||
sizeof(notify_value));
|
||||
sizeof(notify_value), false);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue