mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-16 14:09:54 +00:00
22 lines
463 B
YAML
22 lines
463 B
YAML
/*
|
|
* SPDX-FileCopyrightText: 2017-2023 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
pkg.name: nimble/host/services/prox
|
|
pkg.description: Proximity Sensor Server.
|
|
pkg.author: "Apache Mynewt <[email protected]>"
|
|
pkg.homepage: "http://mynewt.apache.org/"
|
|
pkg.keywords:
|
|
- ble
|
|
- bluetooth
|
|
- prox
|
|
- nimble
|
|
|
|
pkg.deps:
|
|
- nimble/host
|
|
|
|
pkg.init:
|
|
ble_svc_prox_init: 'MYNEWT_VAL(BLE_SVC_PROX_SYSINIT_STAGE)'
|