diff options
Diffstat (limited to 'system/include/hardware/bluetooth.h')
-rw-r--r-- | system/include/hardware/bluetooth.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/include/hardware/bluetooth.h b/system/include/hardware/bluetooth.h index 62526cedf3..d2cfbbb0ad 100644 --- a/system/include/hardware/bluetooth.h +++ b/system/include/hardware/bluetooth.h @@ -403,6 +403,20 @@ typedef enum { */ BT_PROPERTY_ENC_KEY_MATERIAL, + /** + * Description - Whether remote device supports Secure Connections mode + * Access mode - GET and SET. + * Data Type - uint8_t. + */ + BT_PROPERTY_REMOTE_SECURE_CONNECTIONS_SUPPORTED, + + /** + * Description - Maximum observed session key for remote device + * Access mode - GET and SET. + * Data Type - uint8_t. + */ + BT_PROPERTY_REMOTE_MAX_SESSION_KEY_SIZE, + BT_PROPERTY_REMOTE_DEVICE_TIMESTAMP = 0xFF, } bt_property_type_t; |