Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_rfc.cc85 int rfc_port_handle; member
256 accept_rs->rfc_port_handle = BTA_JvRfcommGetPortHdl(open_handle); in create_srv_accept_rfc_slot()
260 srv_rs->rfc_port_handle = BTA_JvRfcommGetPortHdl(new_listen_handle); in create_srv_accept_rfc_slot()
262 if (accept_rs->rfc_port_handle == srv_rs->rfc_port_handle) { in create_srv_accept_rfc_slot()
266 accept_rs->rfc_port_handle); in create_srv_accept_rfc_slot()
269 accept_rs->rfc_port_handle != srv_rs->rfc_port_handle, in create_srv_accept_rfc_slot()
481 slot->rfc_port_handle = 0; in cleanup_rfc_slot()
611 slot->rfc_port_handle = BTA_JvRfcommGetPortHdl(p_open->handle); in on_cli_rfc_connect()
943 slot->rfc_handle, slot->rfc_port_handle, slot->id); in flush_incoming_que_on_wr_signal()
944 if (PORT_FlowControl_MaxCredit(slot->rfc_port_handle, true) != PORT_SUCCESS) { in flush_incoming_que_on_wr_signal()