Home
last modified time | relevance | path

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

/btstack/platform/embedded/
H A Dhal_flash_bank_memory.c112 …ank_memory_init_instance(hal_flash_bank_memory_t * self, uint8_t * storage, uint32_t storage_size){ in hal_flash_bank_memory_init_instance()
/btstack/src/
H A Dbtstack_ring_buffer.c53 …ck_ring_buffer_init(btstack_ring_buffer_t * ring_buffer, uint8_t * storage, uint32_t storage_size){ in btstack_ring_buffer_init()
/btstack/test/ring_buffer/
H A Dbtstack_ring_buffer_test.cpp14 int storage_size; in TEST_GROUP() local
/btstack/src/mesh/
H A Dmesh_upper_transport.c247 uint16_t storage_size = btstack_linked_list_count(segments) * MESH_NETWORK_PAYLOAD_MAX; in mesh_segmented_allocate_segments() local
/btstack/src/ble/
H A Datt_server.c1652 …_t att_server_eatt_init(uint8_t num_eatt_bearers, uint8_t * storage_buffer, uint16_t storage_size){ in att_server_eatt_init()
H A Dgatt_client.c3834 …i_con_handle_t con_handle, uint8_t num_channels, uint8_t * storage_buffer, uint16_t storage_size) { in gatt_client_le_enhanced_connect()