Lines Matching refs:btstack_memory_pool_create
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()
2068 …btstack_memory_pool_create(&goep_server_connection_pool, goep_server_connection_storage, MAX_NR_GO… in btstack_memory_init()
2072 …btstack_memory_pool_create(&hfp_connection_pool, hfp_connection_storage, MAX_NR_HFP_CONNECTIONS, s… in btstack_memory_init()
2076 …btstack_memory_pool_create(&hid_host_connection_pool, hid_host_connection_storage, MAX_NR_HID_HOST… in btstack_memory_init()
2080 …btstack_memory_pool_create(&service_record_item_pool, service_record_item_storage, MAX_NR_SERVICE_… in btstack_memory_init()
2084 …btstack_memory_pool_create(&avdtp_stream_endpoint_pool, avdtp_stream_endpoint_storage, MAX_NR_AVDT… in btstack_memory_init()
2088 …btstack_memory_pool_create(&avdtp_connection_pool, avdtp_connection_storage, MAX_NR_AVDTP_CONNECTI… in btstack_memory_init()
2092 …btstack_memory_pool_create(&avrcp_connection_pool, avrcp_connection_storage, MAX_NR_AVRCP_CONNECTI… in btstack_memory_init()
2096 …btstack_memory_pool_create(&avrcp_browsing_connection_pool, avrcp_browsing_connection_storage, MAX… in btstack_memory_init()
2102 …btstack_memory_pool_create(&battery_service_client_pool, battery_service_client_storage, MAX_NR_BA… in btstack_memory_init()
2105 …btstack_memory_pool_create(&gatt_client_pool, gatt_client_storage, MAX_NR_GATT_CLIENTS, sizeof(gat… in btstack_memory_init()
2108 …btstack_memory_pool_create(&hids_client_pool, hids_client_storage, MAX_NR_HIDS_CLIENTS, sizeof(hid… in btstack_memory_init()
2111 …btstack_memory_pool_create(&scan_parameters_service_client_pool, scan_parameters_service_client_st… in btstack_memory_init()
2114 …btstack_memory_pool_create(&sm_lookup_entry_pool, sm_lookup_entry_storage, MAX_NR_SM_LOOKUP_ENTRIE… in btstack_memory_init()
2117 …btstack_memory_pool_create(&whitelist_entry_pool, whitelist_entry_storage, MAX_NR_WHITELIST_ENTRIE… in btstack_memory_init()
2120 …btstack_memory_pool_create(&periodic_advertiser_list_entry_pool, periodic_advertiser_list_entry_st… in btstack_memory_init()
2126 …btstack_memory_pool_create(&mesh_network_pdu_pool, mesh_network_pdu_storage, MAX_NR_MESH_NETWORK_P… in btstack_memory_init()
2129 …btstack_memory_pool_create(&mesh_segmented_pdu_pool, mesh_segmented_pdu_storage, MAX_NR_MESH_SEGME… in btstack_memory_init()
2132 …btstack_memory_pool_create(&mesh_upper_transport_pdu_pool, mesh_upper_transport_pdu_storage, MAX_N… in btstack_memory_init()
2135 …btstack_memory_pool_create(&mesh_network_key_pool, mesh_network_key_storage, MAX_NR_MESH_NETWORK_K… in btstack_memory_init()
2138 …btstack_memory_pool_create(&mesh_transport_key_pool, mesh_transport_key_storage, MAX_NR_MESH_TRANS… in btstack_memory_init()
2141 …btstack_memory_pool_create(&mesh_virtual_address_pool, mesh_virtual_address_storage, MAX_NR_MESH_V… in btstack_memory_init()
2144 …btstack_memory_pool_create(&mesh_subnet_pool, mesh_subnet_storage, MAX_NR_MESH_SUBNETS, sizeof(mes… in btstack_memory_init()
2150 …btstack_memory_pool_create(&hci_iso_stream_pool, hci_iso_stream_storage, MAX_NR_HCI_ISO_STREAMS, s… in btstack_memory_init()