Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_memory.c2032btstack_memory_pool_create(&hci_connection_pool, hci_connection_storage, MAX_NR_HCI_CONNECTIONS, s… in btstack_memory_init()
2036btstack_memory_pool_create(&l2cap_service_pool, l2cap_service_storage, MAX_NR_L2CAP_SERVICES, size… in btstack_memory_init()
2039btstack_memory_pool_create(&l2cap_channel_pool, l2cap_channel_storage, MAX_NR_L2CAP_CHANNELS, size… in btstack_memory_init()
2044btstack_memory_pool_create(&rfcomm_multiplexer_pool, rfcomm_multiplexer_storage, MAX_NR_RFCOMM_MUL… in btstack_memory_init()
2047btstack_memory_pool_create(&rfcomm_service_pool, rfcomm_service_storage, MAX_NR_RFCOMM_SERVICES, s… in btstack_memory_init()
2050btstack_memory_pool_create(&rfcomm_channel_pool, rfcomm_channel_storage, MAX_NR_RFCOMM_CHANNELS, s… in btstack_memory_init()
2054btstack_memory_pool_create(&btstack_link_key_db_memory_entry_pool, btstack_link_key_db_memory_entr… in btstack_memory_init()
2058btstack_memory_pool_create(&bnep_service_pool, bnep_service_storage, MAX_NR_BNEP_SERVICES, sizeof(… in btstack_memory_init()
2061btstack_memory_pool_create(&bnep_channel_pool, bnep_channel_storage, MAX_NR_BNEP_CHANNELS, sizeof(… in btstack_memory_init()
2065btstack_memory_pool_create(&goep_server_service_pool, goep_server_service_storage, MAX_NR_GOEP_SER… in btstack_memory_init()
[all …]
H A Dbtstack_memory_pool.h59 void btstack_memory_pool_create(btstack_memory_pool_t *pool, void * storage, int count, int block…
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() function
/btstack/test/btstack_memory/
H A Dbtstack_memory_pool_test.cpp77 btstack_memory_pool_create(&pdu_pool, pdu_storage, 0, sizeof(test_pdu_t)); in TEST()
84 btstack_memory_pool_create(&pdu_pool, pdu_storage, 3, sizeof(test_pdu_t)); in TEST()
104 btstack_memory_pool_create(&pdu_pool, pdu_storage, 3, sizeof(test_pdu_t)); in TEST()
/btstack/example/
H A Dle_mitm.c565 btstack_memory_pool_create(&att_pdu_pool, att_pdu_storage, MAX_NUM_ATT_PDUS, sizeof(att_pdu_t)); in btstack_main()
/btstack/chipset/sx128x/
H A Dll_sx1280.c955btstack_memory_pool_create(&ll_pdu_pool, ll_pdu_pool_storage, MAX_NUM_LL_PDUS, sizeof(ll_pdu_t)); in ll_init()
/btstack/port/nrf5-cinnamon/port/
H A Dll_nrf5.c1197btstack_memory_pool_create(&ll_pdu_pool, ll_pdu_pool_storage, MAX_NUM_LL_PDUS, sizeof(ll_pdu_t)); in ll_init()