Searched defs:storage (Results 1 – 6 of 6) sorted by relevance
/btstack/src/ |
H A D | btstack_ring_buffer.h | 53 uint8_t * storage; member
|
H A D | btstack_memory_pool.c | 58 void btstack_memory_pool_create(btstack_memory_pool_t *pool, void * storage, int count, int block_s… in btstack_memory_pool_create()
|
H A D | btstack_ring_buffer.c | 53 void btstack_ring_buffer_init(btstack_ring_buffer_t * ring_buffer, uint8_t * storage, uint32_t stor… in btstack_ring_buffer_init()
|
H A D | hci.c | 8855 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 D | hal_flash_bank_memory.c | 112 …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 D | btstack_ring_buffer_test.cpp | 6 static uint8_t storage[10]; variable
|