projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add Bluetooth signalling echo request/response handlers, disconnection request/respon...
[pub/lufa.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
317ebc7
..
2295e55
100644
(file)
--- a/
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h
+++ b/
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h
@@
-42,8
+42,6
@@
#include "BluetoothClassCodes.h"
\r
\r
/* Macros: */
\r
#include "BluetoothClassCodes.h"
\r
\r
/* Macros: */
\r
- #define BT_HCI_DEBUG(s, ...) printf_P(PSTR("(HCI) " s "\r\n"), __VA_ARGS__)
\r
-
\r
#define OGF_LINK_CONTROL 0x01
\r
#define OGF_CTRLR_BASEBAND 0x03
\r
#define OGF_CTRLR_INFORMATIONAL 0x04
\r
#define OGF_LINK_CONTROL 0x01
\r
#define OGF_CTRLR_BASEBAND 0x03
\r
#define OGF_CTRLR_INFORMATIONAL 0x04
\r
@@
-193,8
+191,10
@@
void Bluetooth_ProcessHCICommands(void);
\r
void Bluetooth_ProcessHCIEvents(void);
\r
\r
void Bluetooth_ProcessHCICommands(void);
\r
void Bluetooth_ProcessHCIEvents(void);
\r
\r
- bool CALLBACK_Bluetooth_ConnectionRequest(uint8_t* RemoteAddress);
\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
#endif
\r
#if defined(INCLUDE_FROM_BLUETOOTHHCICOMMANDS_C)
\r
static uint8_t Bluetooth_SendHCICommand(void* Parameters, uint16_t ParameterLength);
\r
#endif
\r