Searched refs:rfcomm_multiplexer_t (Results 1 – 5 of 5) sorted by relevance
187 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 …]
185 } rfcomm_multiplexer_t; typedef200 rfcomm_multiplexer_t *multiplexer;
114 rfcomm_multiplexer_t * btstack_memory_rfcomm_multiplexer_get(void);115 void btstack_memory_rfcomm_multiplexer_free(rfcomm_multiplexer_t *rfcomm_multiplexer);
304 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 …]
218 rfcomm_multiplexer_t * context; in TEST()239 rfcomm_multiplexer_t * context; in TEST()