Added to the ServerAPI extends chain so that plugins can call app.registerBLEProvider(provider) and access app.bleApi.
ServerAPI
app.registerBLEProvider(provider)
app.bleApi
Access the server-managed BLE API
Register a BLE provider plugin
Added to the
ServerAPIextends chain so that plugins can callapp.registerBLEProvider(provider)and accessapp.bleApi.