Home
last modified time | relevance | path

Searched full:ble_multi_adv_instances (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/
H A Dsyscfg.yml38 # instances is BLE_MULTI_ADV_INSTANCES + 1 as instance
40 BLE_MULTI_ADV_INSTANCES: 4
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dglue.c33 #define BT_MESH_ADV_INST (MYNEWT_VAL(BLE_MULTI_ADV_INSTANCES))
36 /* Note that BLE_MULTI_ADV_INSTANCES contains number of additional instances.
39 #if MYNEWT_VAL(BLE_MULTI_ADV_INSTANCES) < 1
40 #error "Mesh needs at least BLE_MULTI_ADV_INSTANCES set to 1"
42 #define BT_MESH_ADV_GATT_INST (MYNEWT_VAL(BLE_MULTI_ADV_INSTANCES) - 1)
/nrf52832-nimble/packages/NimBLE-latest/nimble/
H A Dsyscfg.yml42 BLE_MULTI_ADV_INSTANCES:
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dble.h33 #define BLE_ADV_INSTANCES (MYNEWT_VAL(BLE_MULTI_ADV_INSTANCES) + 1)
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/
H A Dbletest.c86 * BLE_MULTI_ADV_INSTANCES.
363 inst_allowed = MYNEWT_VAL(BLE_MULTI_ADV_INSTANCES); in bletest_init_adv_instances()