SWRU496B November   2018  – December 2021 CC2564C

 

  1.   Trademarks
  2. Introduction
  3. Hardware Migration
  4. Software Migration
  5. Low-Energy Secure Connections
  6. Low Energy Secure Connections API Changes
    1. 5.1 Changes are in GAPAPI.h File
    2. 5.2 Function Changes
    3. 5.3 Structure Changes
    4. 5.4 Enumeration Changes
  7. HCI API Changes
    1. 6.1 Function Changes
    2. 6.2 Structure Changes
    3. 6.3 Macro Changes
    4. 6.4 Enumeration Changes
  8. iSPP API Changes
    1. 7.1 Function Changes
    2. 7.2 Structure Changes
  9. GATT API Changes
    1. 8.1 Structure Changes
    2. 8.2 Macro Changes
    3. 8.3 Enumeration Changes
  10. GAP API Changes
    1. 9.1 Function Changes
    2. 9.2 Structure Changes
    3. 9.3 Enumeration Changes
  11. 10L2CAP API changes
    1. 10.1 Function Changes
    2. 10.2 Structure Changes
    3. 10.3 Enumeration Changes
    4. 10.4 Macro Changes
  12. 11Revision History

Function Changes

int BTPSAPI GAP_LE_Request_Security (
unsigned int BluetoothStackID,
 BD_ADDR_t BD_ADDR,
 GAP_LE_Bonding_Type_t Bonding_Type,
 Boolean_t MITM,
 Boolean_t SC,Boolean_t Keypress,Boolean_t P256Debug, 
 GAP_LE_Event_Callback_t GAP_LE_Event_Callback, 
 unsigned long CallbackParameter)
int BTPSAPI GAP_LE_SC_OOB_Generate_Parameters( unsigned int BluetoothStackID, 
            SM_Random_Value_t *OOB_Local_Rand_Result, SM_Confirm_Value_t *OOB_Local_Confirm_Result) int BTPSAPI GAP_LE_SC_Send_Keypress_Notification( 
            unsigned int BluetoothStackID, BD_ADDR_t BD_ADDR, GAP_LE_Keypress_t *Keypress_Notification_Type) int 
            BTPSAPI GAP_LE_SC_Only_Mode( unsigned int BluetoothStackID, Boolean_t EnableSCOnly) int BTPSAPI GAP_LE_SC_Regenerate_P256_Local_Keys( 
            unsigned int BluetoothStackID)