Home
last modified time | relevance | path

Searched defs:buffer_p (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddm_alloc.c76 void dm_init(uint16_t buffer_size, uint32_t *buffer_p) in dm_init()
295 void dm_free(void *buffer_p) in dm_free()
311 void *dm_realloc(void *buffer_p, uint16_t size) in dm_realloc()
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_gatt.h499 uint8_t *buffer_p; /**< Pointer to the storage buffer. */ member