apache / mynewt-nimble

Apache mynewt
https://mynewt.apache.org/
Apache License 2.0
680 stars 392 forks source link

nimble/host: ble_gap_adv_get_free_instance shall return non-negative value #1681

Closed KKopyscinski closed 7 months ago

KKopyscinski commented 7 months ago

All public GAP API functions shall return non-negative error codes. Now, function fills out pointer with found advertising instance and returns correct error code.

KKopyscinski commented 7 months ago

PTAL @wpiet