Skip to content

Commit f126793

Browse files
paul-szczepanek-armpan-
authored andcommitted
Add host reolustion for advertising and connections
1 parent 593c177 commit f126793

File tree

3 files changed

+480
-146
lines changed

3 files changed

+480
-146
lines changed

connectivity/FEATURE_BLE/mbed_lib.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
"help": "How many advertising sets the API can handle (this limits how much the stack can handle). Must be non-zero",
9393
"value": 15,
9494
"macro_name": "BLE_GAP_MAX_ADVERTISING_SETS"
95+
},
96+
"ble-gap-max-advertising-reports-pending-address-resolution": {
97+
"help": "How many advertising reports can be pending while awaiting private address resolution. This is only used if host privacy is enabled and controller privacy is disabled. Must be non-zero",
98+
"value": 16,
99+
"macro_name": "BLE_GAP_MAX_ADVERTISING_REPORTS_PENDING_ADDRESS_RESOLUTION"
95100
}
96101
}
97102
}

0 commit comments

Comments
 (0)