projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add packet reception and send routines to the ACL layer of the incomplete Bluetooth...
[pub/USBasp.git]
/
Demos
/
Host
/
Incomplete
/
BluetoothHost
/
Lib
/
BluetoothHCICommands.h
diff --git
a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h
b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h
index
2295e55
..
f64bba0
100644
(file)
--- a/
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h
+++ b/
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h
@@
-190,10
+190,6
@@
/* Function Prototypes: */
\r
void Bluetooth_ProcessHCICommands(void);
\r
void Bluetooth_ProcessHCIEvents(void);
\r
/* Function Prototypes: */
\r
void Bluetooth_ProcessHCICommands(void);
\r
void Bluetooth_ProcessHCIEvents(void);
\r
-
\r
- bool Bluetooth_ConnectionRequest(uint8_t* RemoteAddress);
\r
- void Bluetooth_ConnectionComplete(void);
\r
- void Bluetooth_DisconnectionComplete(void);
\r
\r
#if defined(INCLUDE_FROM_BLUETOOTHHCICOMMANDS_C)
\r
static uint8_t Bluetooth_SendHCICommand(void* Parameters, uint16_t ParameterLength);
\r
\r
#if defined(INCLUDE_FROM_BLUETOOTHHCICOMMANDS_C)
\r
static uint8_t Bluetooth_SendHCICommand(void* Parameters, uint16_t ParameterLength);
\r