diff options
author | alk3pInjection <webmaster@raspii.tech> | 2024-09-27 15:12:48 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-09-27 15:12:48 +0800 |
commit | 3409a9be62f90b9dbc0dcda0b920c4c1e4caebd4 (patch) | |
tree | 46ade1d3478a7da6230f1852064bf3621de96c31 /system/include/hardware/bluetooth.h | |
parent | d0e42ff33dcbd5574ff889c76f74cb8cb320ba26 (diff) | |
parent | e51b31c8b047aa3ae34c4a050bb14049d394169f (diff) |
Merge tag 'LA.QSSI.14.0.r1-17300-qssi.0' into uminekoumineko
"LA.QSSI.14.0.r1-17300-qssi.0"
Change-Id: If91e29e65fffca8c2e78cf46f0adcc1c90361c86
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; |