AWARE: Fix rssi_window_size length in config
Bug: 38321768 Test: AttachTest:test_attach_multiple_sessions bad TLV issue resolved Change-Id: Id9f4a2124a394cf3c44c6eb7560400a0fd690f31
This commit is contained in:
parent
d665d7b5bc
commit
22dcefe8a6
1 changed files with 2 additions and 2 deletions
|
@ -1353,11 +1353,11 @@ typedef struct {
|
|||
determine whether configuration is to be passed or not.
|
||||
*/
|
||||
/*
|
||||
2 byte quantity which defines the window size over
|
||||
1 byte quantity which defines the window size over
|
||||
which the “average RSSI” will be calculated over.
|
||||
*/
|
||||
u8 config_rssi_window_size;
|
||||
u16 rssi_window_size_val; // default value 0x08
|
||||
u8 rssi_window_size_val; // default value 0x08
|
||||
/*
|
||||
If set to 1, the Discovery Engine will enclose the Cluster
|
||||
Attribute only sent in Beacons in a Vendor Specific Attribute
|
||||
|
|
Loading…
Reference in a new issue