diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-22 14:08:00 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-22 14:08:00 +0000 |
commit | 5993e1efe789418e3773d37aae119f48093a3439 (patch) | |
tree | 347f581dc48d44e74970c7627d6dfc60810866b4 /Projects | |
parent | 8252b4febd928718c4b416d7be262afa6a39075f (diff) | |
download | lufa-5993e1efe789418e3773d37aae119f48093a3439.tar.gz lufa-5993e1efe789418e3773d37aae119f48093a3439.tar.bz2 lufa-5993e1efe789418e3773d37aae119f48093a3439.zip |
Added ability to search by Channel PSM to the GetChannelData() function in the BluetoothHost demo.
Added new HCI states to properly initialize the bluetooth dongle and retrieve the local BDADDR.
Factored out Bluetooth state information into a new state structure for easy reference in the user application.
Added new StackInitialized() Bluetooth stack callback function.
Diffstat (limited to 'Projects')
-rw-r--r-- | Projects/AVRISP-MKII/Lib/V2ProtocolParams.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP-MKII/Lib/V2ProtocolParams.c b/Projects/AVRISP-MKII/Lib/V2ProtocolParams.c index a4709f8f5..4d508f508 100644 --- a/Projects/AVRISP-MKII/Lib/V2ProtocolParams.c +++ b/Projects/AVRISP-MKII/Lib/V2ProtocolParams.c @@ -76,7 +76,7 @@ static ParameterItem_t ParameterTable[] = { .ParamID = PARAM_STATUS_TGT_CONN,
.ParamPrivileges = PARAM_PRIV_READ,
- .ParamValue = 0x00 },
+ .ParamValue = STATUS_ISP_READY },
{ .ParamID = PARAM_DISCHARGEDELAY,
.ParamPrivileges = PARAM_PRIV_WRITE,
|