hi
i am new to tizen native application development. now i want to develop an app using the below code in bluetooth api
BluetoothManager btManager; // The application must implement the IBluetoothManagerEventListener interface btManager.Construct(*this); BluetoothOppClient oppClient; // The application must implement the IBluetoothOppClientEventListener interface oppClient.Construct(*this);
for this which template i have to choose and also where i have to place this code??? or shall i write a seperate function for this if so how can i call that function??
thanks in advance