This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Raspberry PI MeshProxy GattService receive notification problem

I'm trying to create application for working with nRF52 device. I have completed provisioning mesh success, and receive notification message about success operation (work with MeshProvisioning GattService - ok). But when I trying to work with MeshProxy GattService, all commands (such as send AppKey, Reset or Vendor command) send's without errors, and nothing receive in notification. Why notifications not received from MeshProxy GattService?

System info:
Hardware: Raspberry PI 4
OS: Raspbian
Bluetooth: version 5
Soft: Buez + tinyb (java)

Log command Add AppKey:

Log command Send Vendor command:

Related