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.
This commit is contained in:
parent
8252b4febd
commit
5993e1efe7
11 changed files with 199 additions and 105 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue