Home
last modified time | relevance | path

Searched refs:btstack_memory_rfcomm_channel_get (Results 1 – 4 of 4) sorted by relevance

/btstack/test/btstack_memory/
H A Dbtstack_memory_test.cpp304 context = btstack_memory_rfcomm_channel_get(); in TEST()
310 context = btstack_memory_rfcomm_channel_get(); in TEST()
315 context = btstack_memory_rfcomm_channel_get(); in TEST()
331 context = btstack_memory_rfcomm_channel_get(); in TEST()
337 context = btstack_memory_rfcomm_channel_get(); in TEST()
/btstack/src/
H A Dbtstack_memory.h118 rfcomm_channel_t * btstack_memory_rfcomm_channel_get(void);
H A Dbtstack_memory.c420 rfcomm_channel_t * btstack_memory_rfcomm_channel_get(void){ in btstack_memory_rfcomm_channel_get() function
431 rfcomm_channel_t * btstack_memory_rfcomm_channel_get(void){ in btstack_memory_rfcomm_channel_get() function
445 rfcomm_channel_t * btstack_memory_rfcomm_channel_get(void){ in btstack_memory_rfcomm_channel_get() function
/btstack/src/classic/
H A Drfcomm.c511 rfcomm_channel_t * channel = btstack_memory_rfcomm_channel_get(); in rfcomm_channel_create()