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

How to make the host bind only one device in GAZLL ?

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.

 

 

            

            

Parents
  • 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

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

Children
Related