Searched refs:btstack_memory_pool_create (Results 1 – 7 of 7) sorted by relevance
/btstack/src/ |
H A D | btstack_memory.c | 2032 …btstack_memory_pool_create(&hci_connection_pool, hci_connection_storage, MAX_NR_HCI_CONNECTIONS, s… in btstack_memory_init() 2036 …btstack_memory_pool_create(&l2cap_service_pool, l2cap_service_storage, MAX_NR_L2CAP_SERVICES, size… in btstack_memory_init() 2039 …btstack_memory_pool_create(&l2cap_channel_pool, l2cap_channel_storage, MAX_NR_L2CAP_CHANNELS, size… in btstack_memory_init() 2044 …btstack_memory_pool_create(&rfcomm_multiplexer_pool, rfcomm_multiplexer_storage, MAX_NR_RFCOMM_MUL… in btstack_memory_init() 2047 …btstack_memory_pool_create(&rfcomm_service_pool, rfcomm_service_storage, MAX_NR_RFCOMM_SERVICES, s… in btstack_memory_init() 2050 …btstack_memory_pool_create(&rfcomm_channel_pool, rfcomm_channel_storage, MAX_NR_RFCOMM_CHANNELS, s… in btstack_memory_init() 2054 …btstack_memory_pool_create(&btstack_link_key_db_memory_entry_pool, btstack_link_key_db_memory_entr… in btstack_memory_init() 2058 …btstack_memory_pool_create(&bnep_service_pool, bnep_service_storage, MAX_NR_BNEP_SERVICES, sizeof(… in btstack_memory_init() 2061 …btstack_memory_pool_create(&bnep_channel_pool, bnep_channel_storage, MAX_NR_BNEP_CHANNELS, sizeof(… in btstack_memory_init() 2065 …btstack_memory_pool_create(&goep_server_service_pool, goep_server_service_storage, MAX_NR_GOEP_SER… in btstack_memory_init() [all …]
|
H A D | btstack_memory_pool.h | 59 void btstack_memory_pool_create(btstack_memory_pool_t *pool, void * storage, int count, int block…
|
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() function
|
/btstack/test/btstack_memory/ |
H A D | btstack_memory_pool_test.cpp | 77 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 D | le_mitm.c | 565 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 D | ll_sx1280.c | 955 … btstack_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 D | ll_nrf5.c | 1197 … btstack_memory_pool_create(&ll_pdu_pool, ll_pdu_pool_storage, MAX_NUM_LL_PDUS, sizeof(ll_pdu_t)); in ll_init()
|