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

setting hidden

hello. How can the hidden setting of BLE be realized? For example, (as log of nRF Connect) as follows:

ptlog1.txt

thanks.

I will attach a screenshot of NRF connect. image description

I got late. I tried logging of sniffer. Can you grasp the phenomenon with this? BLE_LOG_20170227.pcapng

Parents
  • I don't understand what you are asking. gatt.refresh() (hidden) doesn't mean there is anything hidden here , it's just telling that the function is a hidden function. We call gatt.refresh() right after disconnection.

    You need to describe what exactly the problem is, what are you testing, what you want to achieve.

    The disconnection status 19 meaning the remote user on the peer device disconnected (BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION).

Reply
  • I don't understand what you are asking. gatt.refresh() (hidden) doesn't mean there is anything hidden here , it's just telling that the function is a hidden function. We call gatt.refresh() right after disconnection.

    You need to describe what exactly the problem is, what are you testing, what you want to achieve.

    The disconnection status 19 meaning the remote user on the peer device disconnected (BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION).

Children
No Data
Related