• Home
  • Raw
  • Download

Lines Matching refs:tPORT

48 static void rfc_port_sm_state_closed(tPORT* p_port, uint16_t event,
50 static void rfc_port_sm_sabme_wait_ua(tPORT* p_port, uint16_t event,
52 static void rfc_port_sm_opened(tPORT* p_port, uint16_t event, void* p_data);
53 static void rfc_port_sm_orig_wait_sec_check(tPORT* p_port, uint16_t event,
55 static void rfc_port_sm_term_wait_sec_check(tPORT* p_port, uint16_t event,
57 static void rfc_port_sm_disc_wait_ua(tPORT* p_port, uint16_t event,
60 static void rfc_port_uplink_data(tPORT* p_port, BT_HDR* p_buf);
74 void rfc_port_sm_execute(tPORT* p_port, uint16_t event, void* p_data) { in rfc_port_sm_execute()
118 void rfc_port_sm_state_closed(tPORT* p_port, uint16_t event, void* p_data) { in rfc_port_sm_state_closed()
189 void rfc_port_sm_sabme_wait_ua(tPORT* p_port, uint16_t event, void* p_data) { in rfc_port_sm_sabme_wait_ua()
276 void rfc_port_sm_term_wait_sec_check(tPORT* p_port, uint16_t event, in rfc_port_sm_term_wait_sec_check()
359 void rfc_port_sm_orig_wait_sec_check(tPORT* p_port, uint16_t event, in rfc_port_sm_orig_wait_sec_check()
414 void rfc_port_sm_opened(tPORT* p_port, uint16_t event, void* p_data) { in rfc_port_sm_opened()
502 void rfc_port_sm_disc_wait_ua(tPORT* p_port, uint16_t event, void* p_data) { in rfc_port_sm_disc_wait_ua()
560 void rfc_port_uplink_data(tPORT* p_port, BT_HDR* p_buf) { in rfc_port_uplink_data()
593 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in rfc_process_pn()
620 tPORT* p_port; in rfc_process_rpn()
735 tPORT* p_port; in rfc_process_msc()
795 tPORT* p_port; in rfc_process_rls()