Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gattc.c413 static struct os_mempool ble_gattc_proc_pool; variable
678 proc = os_memblock_get(&ble_gattc_proc_pool); in ble_gattc_proc_alloc()
716 rc = os_memblock_put(&ble_gattc_proc_pool, proc); in ble_gattc_proc_free()
4788 rc = os_mempool_init(&ble_gattc_proc_pool, in ble_gattc_init()