| /packages/modules/Bluetooth/system/stack/rfcomm/ |
| D | port_rfc.cc | 64 int port_open_continue(tPORT* p_port) { in port_open_continue() 110 void port_start_control(tPORT* p_port) { in port_start_control() 128 void port_start_par_neg(tPORT* p_port) { in port_start_par_neg() 147 void port_start_close(tPORT* p_port) { in port_start_close() 202 tPORT* p_port = &rfc_cb.port.port[0]; in PORT_StartCnf() local 257 tPORT* p_port; in PORT_StartInd() local 288 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ParNegInd() local 377 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ParNegCnf() local 434 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_DlcEstablishInd() local 486 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_DlcEstablishCnf() local [all …]
|
| D | port_api.cc | 134 tPORT* p_port; in RFCOMM_CreateConnectionWithSecurity() local 264 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_ControlReqFromBTSOCK() local 287 tPORT* p_port; in RFCOMM_RemoveConnection() local 325 tPORT* p_port = &rfc_cb.port.port[handle - 1]; in RFCOMM_RemoveServer() local 361 tPORT* p_port; in PORT_SetEventCallback() local 391 tPORT* p_port; in PORT_ClearKeepHandleFlag() local 418 tPORT* p_port; in PORT_SetDataCOCallback() local 450 tPORT* p_port; in PORT_SetEventMask() local 489 tPORT* p_port = &rfc_cb.port.port[handle - 1]; in PORT_CheckConnection() local 536 tPORT* p_port = nullptr; in PORT_IsOpening() local [all …]
|
| D | rfc_port_fsm.cc | 82 void rfc_port_sm_execute(tPORT* p_port, tRFC_PORT_EVENT event, void* p_data) { in rfc_port_sm_execute() 126 void rfc_port_sm_state_closed(tPORT* p_port, tRFC_PORT_EVENT event, in rfc_port_sm_state_closed() 200 void rfc_port_sm_sabme_wait_ua(tPORT* p_port, tRFC_PORT_EVENT event, in rfc_port_sm_sabme_wait_ua() 309 void rfc_port_sm_term_wait_sec_check(tPORT* p_port, tRFC_PORT_EVENT event, in rfc_port_sm_term_wait_sec_check() 413 void rfc_port_sm_orig_wait_sec_check(tPORT* p_port, tRFC_PORT_EVENT event, in rfc_port_sm_orig_wait_sec_check() 471 void rfc_port_sm_opened(tPORT* p_port, tRFC_PORT_EVENT event, void* p_data) { in rfc_port_sm_opened() 562 void rfc_port_sm_disc_wait_ua(tPORT* p_port, tRFC_PORT_EVENT event, in rfc_port_sm_disc_wait_ua() 624 void rfc_port_uplink_data(tPORT* p_port, BT_HDR* p_buf) { in rfc_port_uplink_data() 657 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in rfc_process_pn() local 684 tPORT* p_port; in rfc_process_rpn() local [all …]
|
| D | port_utils.cc | 71 tPORT* p_port = &rfc_cb.port.port[port_index]; in port_allocate_port() local 105 void port_set_defaults(tPORT* p_port) { in port_set_defaults() 140 void port_select_mtu(tPORT* p_port) { in port_select_mtu() 204 void port_release_port(tPORT* p_port) { in port_release_port() 383 uint32_t port_flow_control_user(tPORT* p_port) { in port_flow_control_user() 415 uint32_t port_get_signal_changes(tPORT* p_port, uint8_t old_signals, in port_get_signal_changes() 454 void port_flow_control_peer(tPORT* p_port, bool enable, uint16_t count) { in port_flow_control_peer()
|
| D | rfc_utils.cc | 249 void rfc_port_timer_start(tPORT* p_port, uint16_t timeout) { in rfc_port_timer_start() 264 void rfc_port_timer_stop(tPORT* p_port) { in rfc_port_timer_stop() 299 tPORT* p_port = (tPORT*)data; in rfcomm_port_timer_timeout() local 324 tPORT* p_port = (tPORT*)p_ref_data; in rfc_sec_check_complete() local 346 void rfc_port_closed(tPORT* p_port) { in rfc_port_closed() 374 void rfc_inc_credit(tPORT* p_port, uint8_t credit) { in rfc_inc_credit() 395 void rfc_dec_credit(tPORT* p_port) { in rfc_dec_credit()
|
| D | rfc_port_if.cc | 83 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_DlcEstablishReq() local 107 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_DlcEstablishRsp() local 132 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_ParameterNegotiationRequest() local 201 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_PortParameterNegotiationRequest() local 242 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_ControlReq() local 270 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_FlowReq() local 297 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_LineStatusReq() local
|
| D | rfc_l2cap_if.cc | 292 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, rfc_cb.rfc.rx_frame.dlci); in RFCOMM_BufDataInd() local
|
| /packages/modules/Bluetooth/system/stack/test/rfcomm/ |
| D | stack_rfcomm_test.cc | 209 void* p_port = nullptr; in ConnectServerPort() local 354 void* p_port = nullptr; in ConnectClientPort() local 839 void* p_port = nullptr; in TEST_F() local
|