On 07/11/2018 04:20 PM, Khaled Elsayed wrote: > Hello > > Excuse me if this is a trivial question, how to build iotivity disabling > some of the supported transports. Particularly, I need to disable iotivity > clients/servers from using BLE transport. It is harming some other programs > using the Bluez controller to connect to BLE peripherals.
use the TARGET_TRANSPORT argument. You can put in on the command line or in the environment (that is one of the rare cases that is picked out of the environment). Most cases that aren't actively building devices that will use bt want to just set it to IP. some examples in auto_build.py as used by the CI system, fwiw. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9766): https://lists.iotivity.org/g/iotivity-dev/message/9766 Mute This Topic: https://lists.iotivity.org/mt/23249607/21656 Group Owner: [email protected] Unsubscribe: https://lists.iotivity.org/g/iotivity-dev/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
