You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried to run NearbyConnectionsWalkieTalkie
When i run the startAdvertising function of the nearby connection API, the Bluetooth device name displayed on other devices will change.
When i run the startAdvertising function, the symptom appears, and when i stopAdvertising, the desired device name returns.
I don't know the cause.
The DiscoveredEndpointInfo.endpointName value in the onEndPointFound function is ",BrailleSense6", which is the value I want.
Is there a way to prevent the Bluetooth device name from changing?
Before startAdvertising() :
i tried to run NearbyConnectionsWalkieTalkie
When i run the startAdvertising function of the nearby connection API, the Bluetooth device name displayed on other devices will change.
When i run the startAdvertising function, the symptom appears, and when i stopAdvertising, the desired device name returns.
I don't know the cause.
The DiscoveredEndpointInfo.endpointName value in the onEndPointFound function is ",BrailleSense6", which is the value I want.
Is there a way to prevent the Bluetooth device name from changing?

Before startAdvertising() :
after startAdvertising() :

I ran the following code:
The text was updated successfully, but these errors were encountered: