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

BTPSAPI_DECLARATION int BTPSAPI HCI_Read_Authenticated_Payload_Timeout( 
            unsigned int BluetoothStackID, Word_t Connection_Handle, Byte_t *StatusResult, Word_t *Connection_HandleResult, 
            Word_t *Authenticated_Payload_TimeoutResult);
BTPSAPI_DECLARATION int BTPSAPI HCI_Write_Authenticated_Payload_Timeout( 
            unsigned int BluetoothStackID, Word_t Connection_Handle, Word_t Authenticated_Payload_Timeout, Byte_t 
            *StatusResult, Word_t *Connection_HandleResult);
BTPSAPI_DECLARATION int BTPSAPI HCI_Read_Extended_Page_Timeout( unsigned 
            int BluetoothStackID, Byte_t *StatusResult, Word_t *Extended_Page_TimeoutResult);
BTPSAPI_DECLARATION int BTPSAPI HCI_Write_Extended_Page_Timeout( unsigned 
            int BluetoothStackID, Word_t Extended_Page_Timeout, Byte_t *StatusResult);
BTPSAPI_DECLARATION int BTPSAPI HCI_Read_Extended_Inquiry_Length( unsigned 
            int BluetoothStackID, Byte_t *StatusResult, Word_t *Extended_Inquiry_LengthResult);
BTPSAPI_DECLARATION int BTPSAPI HCI_Write_Extended_Inquiry_Length( 
            unsigned int BluetoothStackID, Word_t Extended_Inquiry_Length, Byte_t *StatusResult);
int BTPSAPI HCI_Write_Secure_Connections_Test_Mode( unsigned int BluetoothStackID, 
            Word_t Connection_Handle, Byte_t DM1_ACLU_Mode, Byte_t ESCO_Loopback_Mode, Byte_t *StatusResult, Word_t 
            *Connection_HandleResult)
BTPSAPI_DECLARATION int BTPSAPI HCI_LE_Remote_Connection_Parameter_Request_Reply( 
            unsigned int BluetoothStackID, Word_t Connection_Handle, Word_t Conn_Interval_Min, Word_t Conn_Interval_Max, 
            Word_t Conn_Latency, Word_t Supervision_Timeout, Word_t Minimum_CE_Length, Word_t Maximum_CE_Length, 
            Byte_t *StatusResult, Word_t *Connection_HandleResult);
BTPSAPI_DECLARATION int BTPSAPI HCI_LE_Remote_Connection_Parameter_Request_Negative_Reply( 
            unsigned int BluetoothStackID, Word_t Connection_Handle, Byte_t Reason, Byte_t *StatusResult, Word_t 
            *Connection_HandleResult);