Rename Bluetooth stack function parameters to clearly indicate what sort of Bluetooth...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / BluetoothHost.c
index 486a023..55c3997 100644 (file)
@@ -58,8 +58,7 @@ int main(void)
 
        for (;;)
        {
-               if ((RFCOMMChannel != NULL) && (RFCOMMChannel->State == BT_Channel_Open))
-                 RFCOMM_ServiceChannels(RFCOMMChannel);
+               RFCOMM_ServiceChannels(SerialChannel_ACL);
                
                Bluetooth_Host_Task();
                Bluetooth_Stack_USBTask();