Add RFCOMM service routine, to send pending configuration requests on RFCOMM channels...
[pub/lufa.git] / Demos / Host / Incomplete / BluetoothHost / Lib / SDP.h
index 5310b6f..809d0f8 100644 (file)
                }
                
        /* Function Prototypes: */
-               void SDP_Initialize(void);
                void SDP_ProcessPacket(void* Data, Bluetooth_Channel_t* const Channel);
 
                #if defined(INCLUDE_FROM_SERVICEDISCOVERYPROTOCOL_C)