Home
last modified time | relevance | path

Searched refs:nsc_command (Results 1 – 2 of 2) sorted by relevance

/btstack/src/classic/
H A Drfcomm.h176 uint8_t nsc_command; member
H A Drfcomm.c390 multiplexer->nsc_command = 0; in rfcomm_multiplexer_initialize()
1268 if (multiplexer->nsc_command) return 1; in rfcomm_multiplexer_ready_to_send()
1300 if (multiplexer->nsc_command){ in rfcomm_multiplexer_state_machine()
1301 uint8_t command = multiplexer->nsc_command; in rfcomm_multiplexer_state_machine()
1302 multiplexer->nsc_command = 0; in rfcomm_multiplexer_state_machine()
1676 multiplexer->nsc_command = packet[payload_offset]; in rfcomm_channel_packet_handler()