Home
last modified time | relevance | path

Searched refs:rfcomm_multiplexer_t (Results 1 – 5 of 5) sorted by relevance

/btstack/src/classic/
H A Drfcomm.c187 static void rfcomm_channel_state_machine_with_dlci(rfcomm_multiplexer_t * multiplexer, uint8_t dlci…
189 static int rfcomm_multiplexer_ready_to_send(rfcomm_multiplexer_t * multiplexer);
190 static void rfcomm_multiplexer_state_machine(rfcomm_multiplexer_t * multiplexer, RFCOMM_MULTIPLEXER…
218 static rfcomm_multiplexer_t * rfcomm_multiplexer_for_ertm_id(uint16_t ertm_id) { in rfcomm_multiplexer_for_ertm_id()
221 rfcomm_multiplexer_t * multiplexer = ((rfcomm_multiplexer_t *) it); in rfcomm_multiplexer_for_ertm_id()
384 static void rfcomm_multiplexer_initialize(rfcomm_multiplexer_t *multiplexer){ in rfcomm_multiplexer_initialize()
393 static rfcomm_multiplexer_t * rfcomm_multiplexer_create_for_addr(bd_addr_t addr){ in rfcomm_multiplexer_create_for_addr()
396 rfcomm_multiplexer_t * multiplexer = btstack_memory_rfcomm_multiplexer_get(); in rfcomm_multiplexer_create_for_addr()
409 static rfcomm_multiplexer_t * rfcomm_multiplexer_for_addr(bd_addr_t addr){ in rfcomm_multiplexer_for_addr()
412 rfcomm_multiplexer_t * multiplexer = ((rfcomm_multiplexer_t *) it); in rfcomm_multiplexer_for_addr()
[all …]
H A Drfcomm.h185 } rfcomm_multiplexer_t; typedef
200 rfcomm_multiplexer_t *multiplexer;
/btstack/src/
H A Dbtstack_memory.h114 rfcomm_multiplexer_t * btstack_memory_rfcomm_multiplexer_get(void);
115 void btstack_memory_rfcomm_multiplexer_free(rfcomm_multiplexer_t *rfcomm_multiplexer);
H A Dbtstack_memory.c304 static rfcomm_multiplexer_t rfcomm_multiplexer_storage[MAX_NR_RFCOMM_MULTIPLEXERS];
306 rfcomm_multiplexer_t * btstack_memory_rfcomm_multiplexer_get(void){ in btstack_memory_rfcomm_multiplexer_get()
309 memset(buffer, 0, sizeof(rfcomm_multiplexer_t)); in btstack_memory_rfcomm_multiplexer_get()
311 return (rfcomm_multiplexer_t *) buffer; in btstack_memory_rfcomm_multiplexer_get()
313 void btstack_memory_rfcomm_multiplexer_free(rfcomm_multiplexer_t *rfcomm_multiplexer){ in btstack_memory_rfcomm_multiplexer_free()
317 rfcomm_multiplexer_t * btstack_memory_rfcomm_multiplexer_get(void){ in btstack_memory_rfcomm_multiplexer_get()
320 void btstack_memory_rfcomm_multiplexer_free(rfcomm_multiplexer_t *rfcomm_multiplexer){ in btstack_memory_rfcomm_multiplexer_free()
328 rfcomm_multiplexer_t data;
331 rfcomm_multiplexer_t * btstack_memory_rfcomm_multiplexer_get(void){ in btstack_memory_rfcomm_multiplexer_get()
341 void btstack_memory_rfcomm_multiplexer_free(rfcomm_multiplexer_t *rfcomm_multiplexer){ in btstack_memory_rfcomm_multiplexer_free()
[all …]
/btstack/test/btstack_memory/
H A Dbtstack_memory_test.cpp218 rfcomm_multiplexer_t * context; in TEST()
239 rfcomm_multiplexer_t * context; in TEST()