Lines Matching refs:rfc_handle
85 int rfc_handle; member
248 accept_rs->rfc_handle = open_handle; in create_srv_accept_rfc_slot()
252 srv_rs->rfc_handle = new_listen_handle; in create_srv_accept_rfc_slot()
392 if (slot->f.server && !slot->f.closing && slot->rfc_handle) { in free_rfc_slot_scn()
393 BTA_JvRfcommStopServer(slot->rfc_handle, slot->id); in free_rfc_slot_scn()
394 slot->rfc_handle = 0; in free_rfc_slot_scn()
424 if (slot->rfc_handle && !slot->f.closing && !slot->f.server) { in cleanup_rfc_slot()
425 BTA_JvRfcommClose(slot->rfc_handle, slot->id); in cleanup_rfc_slot()
426 slot->rfc_handle = 0; in cleanup_rfc_slot()
472 slot->rfc_handle = p_init->handle; in on_cl_rfc_init()
485 slot->rfc_handle = p_start->handle; in on_srv_rfc_listen_started()
827 slot->rfc_handle, slot->rfc_port_handle, slot->id); in flush_incoming_que_on_wr_signal()
845 BTA_JvRfcommWrite(slot->rfc_handle, slot->id); in btsock_rfc_signaled()