Connection Handle.
Data Fields | |
uint8_t | bdHandle |
Identifies the peer device(s) bonded or currently connected. More... | |
uint8_t | attId |
Identifies the active ATT connection Instance. | |
uint8_t cy_stc_ble_conn_handle_t::bdHandle |
Identifies the peer device(s) bonded or currently connected.
The BLE Stack supports CY_BLE_GAP_MAX_BONDED_DEVICE+CY_BLE_MAX_CONNECTION_INSTANCES devices. First device connected is assigned value (CY_BLE_GAP_MAX_BONDED_DEVICE +CY_BLE_MAX_CONNECTION_INSTANCES)-1. If one device is present in the Bonded Devices List, then the current device will be assigned the value (CY_BLE_GAP_MAX_BONDED_DEVICE+CY_BLE_MAX_CONNECTION_INSTANCES)-2, otherwise (CY_BLE_GAP_MAX_BONDED_DEVICE+CY_BLE_MAX_CONNECTION_INSTANCES)-1.