Lines Matching defs:event
247 uint8_t event[13]; in rfcomm_emit_connection_request() local
266 uint8_t event[18]; in rfcomm_emit_channel_opened() local
290 uint8_t event[4]; in rfcomm_emit_channel_closed() local
300 uint8_t event[5]; in rfcomm_emit_remote_line_status() local
311 uint8_t event[2+2+1+sizeof(rfcomm_rpn_data_t)]; in rfcomm_emit_port_configuration() local
328 uint8_t event[4]; in rfcomm_emit_can_send_now() local
908 const rfcomm_channel_event_t event = { CH_EVT_MULTIPLEXER_READY, 0}; in rfcomm_multiplexer_opened() local
956 const rfcomm_channel_event_t event = { CH_EVT_READY_TO_SEND, 0 }; in rfcomm_handle_can_send_now() local
1286 …comm_multiplexer_state_machine(rfcomm_multiplexer_t * multiplexer, RFCOMM_MULTIPLEXER_EVENT event){ in rfcomm_multiplexer_state_machine()
1442 static void rfcomm_channel_accept_pn(rfcomm_channel_t *channel, rfcomm_channel_event_pn_t *event){ in rfcomm_channel_accept_pn()
1467 …e_with_dlci(rfcomm_multiplexer_t * multiplexer, uint8_t dlci, const rfcomm_channel_event_t *event){ in rfcomm_channel_state_machine_with_dlci()
1546 rfcomm_channel_event_t event; in rfcomm_channel_packet_handler() local
1819 …nnel_state_machine_with_channel(rfcomm_channel_t *channel, const rfcomm_channel_event_t *event, in… in rfcomm_channel_state_machine_with_channel()