Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/config/src/
H A Dble_store_config_priv.h36 ble_store_config_cccds[MYNEWT_VAL(BLE_STORE_MAX_CCCDS)];
H A Dble_store_config.c40 ble_store_config_cccds[MYNEWT_VAL(BLE_STORE_MAX_CCCDS)];
398 if (ble_store_config_num_cccds >= MYNEWT_VAL(BLE_STORE_MAX_CCCDS)) { in ble_store_config_write_cccd()
H A Dble_store_config_conf.c58 (MYNEWT_VAL(BLE_STORE_MAX_CCCDS) * BLE_STORE_CONFIG_CCCD_ENCODE_SZ + 1)
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/ram/src/
H A Dble_store_ram.c43 ble_store_ram_cccds[MYNEWT_VAL(BLE_STORE_MAX_CCCDS)];
370 if (ble_store_ram_num_cccds >= MYNEWT_VAL(BLE_STORE_MAX_CCCDS)) { in ble_store_ram_write_cccd()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml380 BLE_STORE_MAX_CCCDS: