Add HCI debugging with verbosity control to the BluetoothHost demo.
Add Link Key Request event processing so that paired devices always re-authenticate until appropriate link key store/retrieve callbacks are implemented.
This commit is contained in:
parent
26421b38cd
commit
6cfa3b7db8
6 changed files with 136 additions and 31 deletions
|
@ -43,7 +43,7 @@
|
|||
*
|
||||
* This routine searches for a BT interface descriptor containing bulk IN and OUT data endpoints.
|
||||
*
|
||||
* \return An error code from the \ref Bluetooth_GetConfigDescriptorDataCodes_t enum.
|
||||
* \return An error code from the \ref BluetoothHost_GetConfigDescriptorDataCodes_t enum.
|
||||
*/
|
||||
uint8_t ProcessConfigurationDescriptor(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue