Home
last modified time | relevance | path

Searched defs:multiplexer (Results 1 – 2 of 2) sorted by relevance

/btstack/src/classic/
H A Drfcomm.c221 rfcomm_multiplexer_t * multiplexer = ((rfcomm_multiplexer_t *) it); in rfcomm_multiplexer_for_ertm_id() local
384 static void rfcomm_multiplexer_initialize(rfcomm_multiplexer_t *multiplexer){ in rfcomm_multiplexer_initialize()
396 rfcomm_multiplexer_t * multiplexer = btstack_memory_rfcomm_multiplexer_get(); in rfcomm_multiplexer_create_for_addr() local
412 rfcomm_multiplexer_t * multiplexer = ((rfcomm_multiplexer_t *) it); in rfcomm_multiplexer_for_addr() local
425 rfcomm_multiplexer_t * multiplexer = ((rfcomm_multiplexer_t *) it); in rfcomm_multiplexer_for_l2cap_cid() local
433 static int rfcomm_multiplexer_has_channels(rfcomm_multiplexer_t * multiplexer){ in rfcomm_multiplexer_has_channels()
458 static void rfcomm_channel_initialize(rfcomm_channel_t *channel, rfcomm_multiplexer_t *multiplexer, in rfcomm_channel_initialize()
504 static rfcomm_channel_t * rfcomm_channel_create(rfcomm_multiplexer_t * multiplexer, in rfcomm_channel_create()
536 …rfcomm_channel_t * rfcomm_channel_for_multiplexer_and_dlci(rfcomm_multiplexer_t * multiplexer, uin… in rfcomm_channel_for_multiplexer_and_dlci()
563 static int rfcomm_send_packet_for_multiplexer(rfcomm_multiplexer_t *multiplexer, uint8_t address, u… in rfcomm_send_packet_for_multiplexer()
[all …]
H A Drfcomm.h200 rfcomm_multiplexer_t *multiplexer; member