Merge "Bluetooth 5 feature check implementation (2/3)" am: 69606698b2
am: 3aa949fad0
am: c2d188fd62
Change-Id: I00034a0a2c1eb0d527634725affb9cf2b95ff8a7
This commit is contained in:
commit
fa41f8684f
1 changed files with 4 additions and 0 deletions
|
@ -163,6 +163,10 @@ typedef struct
|
|||
uint16_t total_trackable_advertisers;
|
||||
bool extended_scan_support;
|
||||
bool debug_logging_supported;
|
||||
bool le_2m_phy_supported;
|
||||
bool le_coded_phy_supported;
|
||||
bool le_extended_advertising_supported;
|
||||
bool le_periodic_advertising_supported;
|
||||
}bt_local_le_features_t;
|
||||
|
||||
/* Bluetooth Adapter and Remote Device property types */
|
||||
|
|
Loading…
Reference in a new issue