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

Bluetooth pairing

Our device allows only one device to pair and delete the original pairing information when there is a new device paired. Restore the original pairing information if there is no new device pairing. There is now a problem with restoring the original pairing information.

first       :   I load the peer data      pm_peer_data_bonding_load();

second :   I delete the peer data     pm_peers_delete();

third     :   I  recove the peer data       pm_peer_new();

after this ,my device can be connected but it can not translate data (our device is a mouse).

is there anythings else I should do .

Related