Merge pull request #1 from paul-szczepanek-arm/vincent

connections
pull/8738/head
Vincent Coubard 2018-11-12 16:48:16 +00:00
parent 00da0e571a
commit b6c7bd7960
1 changed files with 4 additions and 0 deletions

View File

@ -1632,6 +1632,10 @@ void GenericGap::set_connection_event_handler(pal::ConnectionEventMonitor::Event
_connection_event_handler = connection_event_handler;
}
const uint8_t GenericGap::MAX_ADVERTISING_SETS;
const size_t GenericGap::MAX_HCI_DATA_LENGTH;
uint8_t GenericGap::getMaxAdvertisingSetNumber()
{
uint8_t set_number = _pal_gap.get_max_number_of_advertising_sets();