Home
last modified time | relevance | path

Searched defs:storage (Results 1 – 6 of 6) sorted by relevance

/btstack/src/
H A Dbtstack_ring_buffer.h53 uint8_t * storage; member
H A Dbtstack_memory_pool.c58 void btstack_memory_pool_create(btstack_memory_pool_t *pool, void * storage, int count, int block_s… in btstack_memory_pool_create()
H A Dbtstack_ring_buffer.c53 void btstack_ring_buffer_init(btstack_ring_buffer_t * ring_buffer, uint8_t * storage, uint32_t stor… in btstack_ring_buffer_init()
H A Dhci.c8855 uint8_t gap_extended_advertising_setup(le_advertising_set_t * storage, const le_extended_advertisin… in gap_extended_advertising_setup()
10586 uint8_t gap_big_create(le_audio_big_t * storage, le_audio_big_params_t * big_params){ in gap_big_create()
10604 uint8_t gap_big_sync_create(le_audio_big_sync_t * storage, le_audio_big_sync_params_t * big_sync_pa… in gap_big_sync_create()
10698 uint8_t gap_cig_create(le_audio_cig_t * storage, le_audio_cig_params_t * cig_params){ in gap_cig_create()
/btstack/platform/embedded/
H A Dhal_flash_bank_memory.c112 …hal_flash_bank_memory_init_instance(hal_flash_bank_memory_t * self, uint8_t * storage, uint32_t st… in hal_flash_bank_memory_init_instance()
/btstack/test/ring_buffer/
H A Dbtstack_ring_buffer_test.cpp6 static uint8_t storage[10]; variable