Hi Guys,
According to the GAZELL document , a host can be bound to 8 devices . If I want to use the Gazell protocol to develop a mouse and Dongle,so how to make the host bind only one device in GAZLL (SDK 17.02) ? Looking forward to your reply.
Hi Guys,
According to the GAZELL document , a host can be bound to 8 devices . If I want to use the Gazell protocol to develop a mouse and Dongle,so how to make the host bind only one device in GAZLL (SDK 17.02) ? Looking forward to your reply.
Hi,
Gazell, with gazell pairing library (GZP) on top, allows you to pair several devices.
To disable pairing, you can call function "gzp_pairing_enable(false);".
Note that in some cases, you want to re-pair to a gazell host, so if you want to permanently disable pairing, be sure to test this extensively (or add a manual override of some sort).
Kind regards,
Håkon
Hi,
Gazell, with gazell pairing library (GZP) on top, allows you to pair several devices.
To disable pairing, you can call function "gzp_pairing_enable(false);".
Note that in some cases, you want to re-pair to a gazell host, so if you want to permanently disable pairing, be sure to test this extensively (or add a manual override of some sort).
Kind regards,
Håkon
Thanks for you reply