LE Maximum Advertising Data Length (3/4)

Add ability to check maximum advertising data length.

Bug: 30622771
Test: manual
Change-Id: I14a66a906a3f6133eea87c538de854bbfab056f5
This commit is contained in:
Jakub Pawlowski 2017-03-16 18:20:49 -07:00
parent 1317fe40e0
commit 696f69966c

View file

@ -167,6 +167,7 @@ typedef struct
bool le_coded_phy_supported;
bool le_extended_advertising_supported;
bool le_periodic_advertising_supported;
uint16_t le_maximum_advertising_data_length;
}bt_local_le_features_t;
/* Bluetooth Adapter and Remote Device property types */