Bluetooth® Sample Application Programmer's Reference
|
Purpose of the Sample
The Bluetooth® sample application goal is to demonstrate the use of the following SDK functions:
- HWCNF_Bluetooth_GetSecMode - Get secure pairing level
- HWCNF_OpenBluetooth_GetName - Get the name for the OpenBT Bluetooth® link
- HWCNF_OpenBluetooth_SetName Set the name for the OpenBT Bluetooth® link
- HWCNF_Bluetooth_SetPincode - Set the PIN code for the OpenBT Bluetooth® link.
- HWCNF_Bluetooth_GetLocalAddress - Return the local address of the Bluetooth® device.
- HWCNF_Bluetooth_GetMaxNumberOfPairedDevice - returns the max number of device may be paired
- HWCNF_Bluetooth_GetAdressOfPairedDevice - Get the address of a paired device
- HWCNF_GetStandbyDelay - Get Standby delay.
- HWCNF_Bluetooth_WakeUp_activate - Activates or deactivates the Bluetooth® wake up feature
- HWCNF_Bluetooth_WakeUp_setConnectionWakeUp - Activates or deactivates the Bluetooth® wake up for a certain connection type
- HWCNF_Bluetooth_WakeUp_conf_save - Saves the Bluetooth Wake Up configuration
- HWCNF_GetBacklightDuration - Get backlight duration
- HWCNF_SetStandbyDelay - Set the Standby delay. minimum value 10s, no maximum value.
- HWCNF_SetBacklightDuration - Set backlight duration
- HWCNF_Bluetooth_Pairing_SetVisibility - Set the visibility of the device on the OPEN_BT connection.
- HWCNF_GetAppleIAPBluetoothAddressString - Get the Bluetooth address of the Apple IAP link
- HWCNF_SetAppleIAPBluetoothAddressString - Set the Bluetooth address of he Apple IAP link
- HWCNF_Bluetooth_StartPairing - Start a pairing session.
- HWCNF_Bluetooth_GetInfosPairing - Get the result of start pairing.
- HWCNF_Bluetooth_SetPairingReply - Set the pairing reply.
- HWCNF_Bluetooth_StartSearchDiscoverableDevice - Start a search for discoverable devices.
- HWCNF_Bluetooth_GetListOfDiscoverableDevice - Get a list of discoverable devices.
- HWCNF_Bluetooth_StopSearchDiscoverableDevice - Stop a search for discoverable devices.
- HWCNF_Bluetooth_GetAdressOfPairedDevice - Get the address of a paired device
- HWCNF_Bluetooth_GetFriendlyNameOfPairedDevice - get the friendly name of a pairing device
- HWCNF_Bluetooth_RemovePairedDevice - Remove a pairing to an identified device
- HWCNF_Bluetooth_WakeUp_conf_new - Creates a new Bluetooth® Wake Up configuration handle.
- HWCNF_Bluetooth_WakeUp_conf_load - Loads the current Bluetooth® wake up configuration.
- HWCNF_Bluetooth_WakeUp_isActivated - Determines if the Bluetooth® wake up feature is activated or not.
- HWCNF_Bluetooth_WakeUp_getConnectionWakeUp -Determines whether the Bluetooth® wake up is activated for a certain connection type.
- HWCNF_Bluetooth_StartPairing_NB - Start a non-blocking pairing session.
- HWCNF_Bluetooth_GetInfosPairing_NB - Get the result of non-blocking start pairing.
