diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-06 03:56:45 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-06 03:56:45 +0000 |
commit | b9c7d196152652df918a822522061c3fe193d273 (patch) | |
tree | 97129bb84caeb4c0342f5c9cffce09f680f02490 /Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h | |
parent | ee74b4948f5911de678886890d991db2b3267b06 (diff) | |
download | lufa-b9c7d196152652df918a822522061c3fe193d273.tar.gz lufa-b9c7d196152652df918a822522061c3fe193d273.tar.bz2 lufa-b9c7d196152652df918a822522061c3fe193d273.zip |
Add packet reception and send routines to the ACL layer of the incomplete Bluetooth Host demo.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h')
-rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h index 2295e558c..f64bba016 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h @@ -190,10 +190,6 @@ /* Function Prototypes: */
void Bluetooth_ProcessHCICommands(void);
void Bluetooth_ProcessHCIEvents(void);
-
- bool Bluetooth_ConnectionRequest(uint8_t* RemoteAddress);
- void Bluetooth_ConnectionComplete(void);
- void Bluetooth_DisconnectionComplete(void);
#if defined(INCLUDE_FROM_BLUETOOTHHCICOMMANDS_C)
static uint8_t Bluetooth_SendHCICommand(void* Parameters, uint16_t ParameterLength);
|