This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC2640: Make Peripheral connectable (or able to maintain connection) ONLY to SOME hosts (such as host_texas example).

Part Number: CC2640


Tool/software: Code Composer Studio

I have a cc2640 acting as a peripheral ble5 and I would like to know how would I make this peripheral connectable ONLY to my "custom" host (we can assume this is just a host_test cc2640),

I mean, no other host (such as android/iOS phones with ble capabilities, no hosts from different manufacturers) would be able to connect.

Is there a proper way for doing this?

        It could be through pairing modes, could be through keys exchange after a attempt to connect (disconnecting soon after in case of wrong keys) or anything else that could do it in a proper way.