Home
last modified time | relevance | path

Searched refs:btshell_dsc_pool (Results 1 – 1 of 1) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dbtshell.c90 static struct os_mempool btshell_dsc_pool; variable
375 os_memblock_put(&btshell_dsc_pool, dsc); in btshell_chr_delete()
605 dsc = os_memblock_get(&btshell_dsc_pool); in btshell_dsc_add()
2189 rc = os_mempool_init(&btshell_dsc_pool, BTSHELL_MAX_DSCS, in btshell_init()