Message ID | 20230307222422.2608483-2-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c2e99aefd33790a1784cb3d9d80fef748961d423 |
Headers | show |
Series | [RFC,v2,01/12] shared/crypto: Add bt_crypto_sirk | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
diff --git a/src/shared/ad.h b/src/shared/ad.h index feb712f508cf..b100a6796109 100644 --- a/src/shared/ad.h +++ b/src/shared/ad.h @@ -57,6 +57,7 @@ #define BT_AD_MESH_PROV 0x29 #define BT_AD_MESH_DATA 0x2a #define BT_AD_MESH_BEACON 0x2b +#define BT_AD_CSIP_RSI 0x2e #define BT_AD_3D_INFO_DATA 0x3d #define BT_AD_MANUFACTURER_DATA 0xff
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> This adds BT_AD_CSIP_RSI advertising data type. --- src/shared/ad.h | 1 + 1 file changed, 1 insertion(+)