btstack_memory.h (27faf85a90e36a8a692d1a6aa0922e476bf2d728) | btstack_memory.h (0e826a176164f342e7049a881289eee255b51b64) |
---|---|
1/* 2 * Copyright (C) 2014 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 104 unchanged lines hidden (view full) --- 113// hfp_connection 114hfp_connection_t * btstack_memory_hfp_connection_get(void); 115void btstack_memory_hfp_connection_free(hfp_connection_t *hfp_connection); 116 117// service_record_item 118service_record_item_t * btstack_memory_service_record_item_get(void); 119void btstack_memory_service_record_item_free(service_record_item_t *service_record_item); 120 | 1/* 2 * Copyright (C) 2014 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 104 unchanged lines hidden (view full) --- 113// hfp_connection 114hfp_connection_t * btstack_memory_hfp_connection_get(void); 115void btstack_memory_hfp_connection_free(hfp_connection_t *hfp_connection); 116 117// service_record_item 118service_record_item_t * btstack_memory_service_record_item_get(void); 119void btstack_memory_service_record_item_free(service_record_item_t *service_record_item); 120 |
121// avdtp_sink_connection 122avdtp_sink_connection_t * btstack_memory_avdtp_sink_connection_get(void); 123void btstack_memory_avdtp_sink_connection_free(avdtp_sink_connection_t *avdtp_sink_connection); | 121// avdtp_stream_endpoint 122avdtp_stream_endpoint_t * btstack_memory_avdtp_stream_endpoint_get(void); 123void btstack_memory_avdtp_stream_endpoint_free(avdtp_stream_endpoint_t *avdtp_stream_endpoint); |
124 125#ifdef ENABLE_BLE 126// gatt_client, whitelist_entry, sm_lookup_entry 127gatt_client_t * btstack_memory_gatt_client_get(void); 128void btstack_memory_gatt_client_free(gatt_client_t *gatt_client); 129whitelist_entry_t * btstack_memory_whitelist_entry_get(void); 130void btstack_memory_whitelist_entry_free(whitelist_entry_t *whitelist_entry); 131sm_lookup_entry_t * btstack_memory_sm_lookup_entry_get(void); 132void btstack_memory_sm_lookup_entry_free(sm_lookup_entry_t *sm_lookup_entry); 133#endif 134 135#if defined __cplusplus 136} 137#endif 138 139#endif // __BTSTACK_MEMORY_H 140 | 124 125#ifdef ENABLE_BLE 126// gatt_client, whitelist_entry, sm_lookup_entry 127gatt_client_t * btstack_memory_gatt_client_get(void); 128void btstack_memory_gatt_client_free(gatt_client_t *gatt_client); 129whitelist_entry_t * btstack_memory_whitelist_entry_get(void); 130void btstack_memory_whitelist_entry_free(whitelist_entry_t *whitelist_entry); 131sm_lookup_entry_t * btstack_memory_sm_lookup_entry_get(void); 132void btstack_memory_sm_lookup_entry_free(sm_lookup_entry_t *sm_lookup_entry); 133#endif 134 135#if defined __cplusplus 136} 137#endif 138 139#endif // __BTSTACK_MEMORY_H 140 |