From 5993e1efe789418e3773d37aae119f48093a3439 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 22 Apr 2010 14:08:00 +0000 Subject: 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. --- Projects/AVRISP-MKII/Lib/V2ProtocolParams.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects') 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, -- cgit v1.2.3